Html Css Color HEX #556339 Dark Olive Green

📋 copy color: '#556339'

red 85 ◦ green 99 ◦ blue 57

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

Shades of Dark Olive Green #556339

Tints of Dark Olive Green #556339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 35.27%
G = 41.08%
B = 23.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#556339 (or 0x556339) is known color: Dark Olive Green. HEX triplet: 55, 63 and 39. RGB value is (85,99,57). Sum of RGB (Red+Green+Blue) = 85+99+57=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #556339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556339 is #AA9CC6. Grayscale: #5A5A5A. Windows color (decimal): -11181255 or 3760981. OLE color: 3760981.

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

Color convert

RGB 85 99 57 -
CMYK 0.14 0 0.42 0.61
HSL 80º 0.27% 0.31% -
HSV(B) 80º 0.42% 0.39% -
XYZ 8.95 11.15 5.55 -
YUV 90.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 85 99 57 0.14 0 0.42 0.61 80 0.27 0.31
Hex 55 63 39 E 0 2A 3D 50 1B 1F
Octal 125 143 71 16 0 52 75 120 33 37
Binary 1010101 1100011 111001 1110 0 101010 111101 1010000 11011 11111

Color Harmonies of #556339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556339

Black with #556339

Text Example


Text Example

White with #556339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556339; }

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

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

background-color css

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

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

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

border-color css

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

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

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