Html Css Color HEX #556334 Dark Olive Green

📋 copy color: '#556334'

red 85 ◦ green 99 ◦ blue 52

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

Shades of Dark Olive Green #556334

Tints of Dark Olive Green #556334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 36.02%
G = 41.95%
B = 22.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#556334 (or 0x556334) is known color: Dark Olive Green. HEX triplet: 55, 63 and 34. RGB value is (85,99,52). Sum of RGB (Red+Green+Blue) = 85+99+52=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #556334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556334 is #AA9CCB. Grayscale: #595959. Windows color (decimal): -11181260 or 3433301. OLE color: 3433301.

HSL color Cylindrical-coordinate representation of color #556334: hue angle of 77.87º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #556334 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 52 -
CMYK 0.14 0 0.47 0.61
HSL 77.87º 0.31% 0.3% -
HSV(B) 77.87º 0.47% 0.39% -
XYZ 8.83 11.1 4.93 -
YUV 89.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 85 99 52 0.14 0 0.47 0.61 77.87 0.31 0.3
Hex 55 63 34 E 0 2F 3D 4E 1F 1E
Octal 125 143 64 16 0 57 75 116 37 36
Binary 1010101 1100011 110100 1110 0 101111 111101 1001110 11111 11110

Color Harmonies of #556334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556334

Black with #556334

Text Example


Text Example

White with #556334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556334; }

 p { color: rgb(85,99,52); }

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

background-color css

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

 a { background-color: rgb(85,99,52); }

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

border-color css

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

 span { border-color: rgb(85,99,52); }

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