Html Css Color HEX #488561 Como

📋 copy color: '#488561'

red 72 ◦ green 133 ◦ blue 97

#488561
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #488561

Tints of Como #488561

RGB

 RED value IS 72 (28.52% from 255) = 23.84%

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 23.84%
G = 44.04%
B = 32.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#488561 (or 0x488561) is known color: Como. HEX triplet: 48, 85 and 61. RGB value is (72,133,97). Sum of RGB (Red+Green+Blue) = 72+133+97=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #488561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488561 is #B77A9E. Grayscale: #6E6E6E. Windows color (decimal): -12024479 or 6391112. OLE color: 6391112.

HSL color Cylindrical-coordinate representation of color #488561: hue angle of 144.59º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488561 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 97 -
CMYK 0.46 0 0.27 0.48
HSL 144.59º 0.3% 0.4% -
HSV(B) 144.59º 0.46% 0.52% -
XYZ 13.22 19.02 14.28 -
YUV 110.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 72 133 97 0.46 0 0.27 0.48 144.59 0.3 0.4
Hex 48 85 61 2E 0 1B 30 91 1E 28
Octal 110 205 141 56 0 33 60 221 36 50
Binary 1001000 10000101 1100001 101110 0 11011 110000 10010001 11110 101000

Color Harmonies of #488561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488561

Black with #488561

Text Example


Text Example

White with #488561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488561; }

 p { color: rgb(72,133,97); }

 H1.HeaderClassName
 {
   color: #488561;
 }
 .AnyTagClassName
 {
   color: #488561;
 }
</style>

background-color css

<style>
 a { background-color: #488561; }

 a { background-color: rgb(72,133,97); }

 div.DivClassName
 {
   background-color: #488561;
 }
 .BgClassName
 {
   background-color: #488561;
 }
</style>

border-color css

<style>
 span { border-color: #488561; }

 span { border-color: rgb(72,133,97); }

 td.TdClassName
 {
   border-color: #488561;
 }
 .TagClassName
 {
   border-color: #488561;
 }
</style>