Html Css Color HEX #487455 Como

📋 copy color: '#487455'

red 72 ◦ green 116 ◦ blue 85

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

Shades of Como #487455

Tints of Como #487455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

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

R = 26.37%
G = 42.49%
B = 31.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#487455 (or 0x487455) is known color: Como. HEX triplet: 48, 74 and 55. RGB value is (72,116,85). Sum of RGB (Red+Green+Blue) = 72+116+85=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #487455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487455 is #B78BAA. Grayscale: #636363. Windows color (decimal): -12028843 or 5600328. OLE color: 5600328.

HSL color Cylindrical-coordinate representation of color #487455: hue angle of 137.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487455 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 85 -
CMYK 0.38 0 0.27 0.55
HSL 137.73º 0.23% 0.37% -
HSV(B) 137.73º 0.38% 0.45% -
XYZ 10.56 14.52 10.84 -
YUV 99.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 72 116 85 0.38 0 0.27 0.55 137.73 0.23 0.37
Hex 48 74 55 26 0 1B 37 8A 17 25
Octal 110 164 125 46 0 33 67 212 27 45
Binary 1001000 1110100 1010101 100110 0 11011 110111 10001010 10111 100101

Color Harmonies of #487455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487455

Black with #487455

Text Example


Text Example

White with #487455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487455; }

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

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

background-color css

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

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

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

border-color css

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

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

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