Html Css Color HEX #487955 Como

📋 copy color: '#487955'

red 72 ◦ green 121 ◦ blue 85

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

Shades of Como #487955

Tints of Como #487955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 25.9%
G = 43.53%
B = 30.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#487955 (or 0x487955) is known color: Como. HEX triplet: 48, 79 and 55. RGB value is (72,121,85). Sum of RGB (Red+Green+Blue) = 72+121+85=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #487955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487955 is #B786AA. Grayscale: #666666. Windows color (decimal): -12027563 or 5601608. OLE color: 5601608.

HSL color Cylindrical-coordinate representation of color #487955: hue angle of 135.92º 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 #487955 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 85 -
CMYK 0.40 0 0.30 0.53
HSL 135.92º 0.25% 0.38% -
HSV(B) 135.92º 0.4% 0.47% -
XYZ 11.15 15.71 11.04 -
YUV 102.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 72 121 85 0.40 0 0.30 0.53 135.92 0.25 0.38
Hex 48 79 55 28 0 1E 35 88 19 26
Octal 110 171 125 50 0 36 65 210 31 46
Binary 1001000 1111001 1010101 101000 0 11110 110101 10001000 11001 100110

Color Harmonies of #487955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487955

Black with #487955

Text Example


Text Example

White with #487955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487955; }

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

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

background-color css

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

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

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

border-color css

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

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

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