Html Css Color HEX #487A55 Como

📋 copy color: '#487A55'

red 72 ◦ green 122 ◦ blue 85

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

Shades of Como #487A55

Tints of Como #487A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.73%

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

R = 25.81%
G = 43.73%
B = 30.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#487A55 (or 0x487A55) is known color: Como. HEX triplet: 48, 7A and 55. RGB value is (72,122,85). Sum of RGB (Red+Green+Blue) = 72+122+85=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #487A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A55 is #B785AA. Grayscale: #666666. Windows color (decimal): -12027307 or 5601864. OLE color: 5601864.

HSL color Cylindrical-coordinate representation of color #487A55: hue angle of 135.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A55 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 122 85 -
CMYK 0.41 0 0.30 0.52
HSL 135.6º 0.26% 0.38% -
HSV(B) 135.6º 0.41% 0.48% -
XYZ 11.27 15.95 11.08 -
YUV 102.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 72 122 85 0.41 0 0.30 0.52 135.6 0.26 0.38
Hex 48 7A 55 29 0 1E 34 88 1A 26
Octal 110 172 125 51 0 36 64 210 32 46
Binary 1001000 1111010 1010101 101001 0 11110 110100 10001000 11010 100110

Color Harmonies of #487A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A55

Black with #487A55

Text Example


Text Example

White with #487A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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