Html Css Color HEX #487959 Como

📋 copy color: '#487959'

red 72 ◦ green 121 ◦ blue 89

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

Shades of Como #487959

Tints of Como #487959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.91%

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 25.53%
G = 42.91%
B = 31.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#487959 (or 0x487959) is known color: Como. HEX triplet: 48, 79 and 59. RGB value is (72,121,89). Sum of RGB (Red+Green+Blue) = 72+121+89=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #487959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487959 is #B786A6. Grayscale: #666666. Windows color (decimal): -12027559 or 5863752. OLE color: 5863752.

HSL color Cylindrical-coordinate representation of color #487959: hue angle of 140.82º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487959 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 89 -
CMYK 0.40 0 0.26 0.53
HSL 140.82º 0.25% 0.38% -
HSV(B) 140.82º 0.4% 0.47% -
XYZ 11.31 15.77 11.9 -
YUV 102.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 72 121 89 0.40 0 0.26 0.53 140.82 0.25 0.38
Hex 48 79 59 28 0 1A 35 8D 19 26
Octal 110 171 131 50 0 32 65 215 31 46
Binary 1001000 1111001 1011001 101000 0 11010 110101 10001101 11001 100110

Color Harmonies of #487959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487959

Black with #487959

Text Example


Text Example

White with #487959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487959; }

 p { color: rgb(72,121,89); }

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

background-color css

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

 a { background-color: rgb(72,121,89); }

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

border-color css

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

 span { border-color: rgb(72,121,89); }

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