Html Css Color HEX #556F4C Cactus

📋 copy color: '#556F4C'

red 85 ◦ green 111 ◦ blue 76

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

Shades of Cactus #556F4C

Tints of Cactus #556F4C

RGB

 RED value IS 85 (33.59% from 255) = 31.25%

 GREEN value IS 111 (43.75% from 255) = 40.81%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 31.25%
G = 40.81%
B = 27.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#556F4C (or 0x556F4C) is known color: Cactus. HEX triplet: 55, 6F and 4C. RGB value is (85,111,76). Sum of RGB (Red+Green+Blue) = 85+111+76=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #556F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F4C is #AA90B3. Grayscale: #636363. Windows color (decimal): -11178164 or 5009237. OLE color: 5009237.

HSL color Cylindrical-coordinate representation of color #556F4C: hue angle of 104.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #556F4C is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 111 76 -
CMYK 0.23 0 0.32 0.56
HSL 104.57º 0.19% 0.37% -
HSV(B) 104.57º 0.32% 0.44% -
XYZ 10.74 13.82 8.94 -
YUV 99.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 85 111 76 0.23 0 0.32 0.56 104.57 0.19 0.37
Hex 55 6F 4C 17 0 20 38 69 13 25
Octal 125 157 114 27 0 40 70 151 23 45
Binary 1010101 1101111 1001100 10111 0 100000 111000 1101001 10011 100101

Color Harmonies of #556F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F4C

Black with #556F4C

Text Example


Text Example

White with #556F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556F4C; }

 p { color: rgb(85,111,76); }

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

background-color css

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

 a { background-color: rgb(85,111,76); }

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

border-color css

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

 span { border-color: rgb(85,111,76); }

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