Html Css Color HEX #556535 Dark Olive Green

📋 copy color: '#556535'

red 85 ◦ green 101 ◦ blue 53

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

Shades of Dark Olive Green #556535

Tints of Dark Olive Green #556535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 35.56%
G = 42.26%
B = 22.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#556535 (or 0x556535) is known color: Dark Olive Green. HEX triplet: 55, 65 and 35. RGB value is (85,101,53). Sum of RGB (Red+Green+Blue) = 85+101+53=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #556535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556535 is #AA9ACA. Grayscale: #5A5A5A. Windows color (decimal): -11180747 or 3499349. OLE color: 3499349.

HSL color Cylindrical-coordinate representation of color #556535: hue angle of 80º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556535 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 53 -
CMYK 0.16 0 0.48 0.60
HSL 80º 0.31% 0.3% -
HSV(B) 80º 0.48% 0.4% -
XYZ 9.04 11.5 5.11 -
YUV 90.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 85 101 53 0.16 0 0.48 0.60 80 0.31 0.3
Hex 55 65 35 10 0 30 3C 50 1F 1E
Octal 125 145 65 20 0 60 74 120 37 36
Binary 1010101 1100101 110101 10000 0 110000 111100 1010000 11111 11110

Color Harmonies of #556535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556535

Black with #556535

Text Example


Text Example

White with #556535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556535; }

 p { color: rgb(85,101,53); }

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

background-color css

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

 a { background-color: rgb(85,101,53); }

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

border-color css

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

 span { border-color: rgb(85,101,53); }

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