Html Css Color HEX #556952 Cactus

📋 copy color: '#556952'

red 85 ◦ green 105 ◦ blue 82

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

Shades of Cactus #556952

Tints of Cactus #556952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 31.25%
G = 38.6%
B = 30.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#556952 (or 0x556952) is known color: Cactus. HEX triplet: 55, 69 and 52. RGB value is (85,105,82). Sum of RGB (Red+Green+Blue) = 85+105+82=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #556952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556952 is #AA96AD. Grayscale: #606060. Windows color (decimal): -11179694 or 5400917. OLE color: 5400917.

HSL color Cylindrical-coordinate representation of color #556952: hue angle of 112.17º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #556952 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 82 -
CMYK 0.19 0 0.22 0.59
HSL 112.17º 0.12% 0.37% -
HSV(B) 112.17º 0.22% 0.41% -
XYZ 10.32 12.64 9.88 -
YUV 96.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 85 105 82 0.19 0 0.22 0.59 112.17 0.12 0.37
Hex 55 69 52 13 0 16 3B 70 C 25
Octal 125 151 122 23 0 26 73 160 14 45
Binary 1010101 1101001 1010010 10011 0 10110 111011 1110000 1100 100101

Color Harmonies of #556952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556952

Black with #556952

Text Example


Text Example

White with #556952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556952; }

 p { color: rgb(85,105,82); }

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

background-color css

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

 a { background-color: rgb(85,105,82); }

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

border-color css

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

 span { border-color: rgb(85,105,82); }

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