Html Css Color HEX #487755 Como

📋 copy color: '#487755'

red 72 ◦ green 119 ◦ blue 85

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

Shades of Como #487755

Tints of Como #487755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

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

R = 26.09%
G = 43.12%
B = 30.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#487755 (or 0x487755) is known color: Como. HEX triplet: 48, 77 and 55. RGB value is (72,119,85). Sum of RGB (Red+Green+Blue) = 72+119+85=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #487755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487755 is #B788AA. Grayscale: #656565. Windows color (decimal): -12028075 or 5601096. OLE color: 5601096.

HSL color Cylindrical-coordinate representation of color #487755: hue angle of 136.6º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487755 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 85 -
CMYK 0.39 0 0.29 0.53
HSL 136.6º 0.25% 0.37% -
HSV(B) 136.6º 0.39% 0.47% -
XYZ 10.91 15.23 10.96 -
YUV 101.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 72 119 85 0.39 0 0.29 0.53 136.6 0.25 0.37
Hex 48 77 55 27 0 1D 35 89 19 25
Octal 110 167 125 47 0 35 65 211 31 45
Binary 1001000 1110111 1010101 100111 0 11101 110101 10001001 11001 100101

Color Harmonies of #487755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487755

Black with #487755

Text Example


Text Example

White with #487755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487755; }

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

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

background-color css

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

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

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

border-color css

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

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

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