Html Css Color HEX #556E2A Dark Olive Green

📋 copy color: '#556E2A'

red 85 ◦ green 110 ◦ blue 42

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

Shades of Dark Olive Green #556E2A

Tints of Dark Olive Green #556E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.41%

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 35.86%
G = 46.41%
B = 17.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#556E2A (or 0x556E2A) is known color: Dark Olive Green. HEX triplet: 55, 6E and 2A. RGB value is (85,110,42). Sum of RGB (Red+Green+Blue) = 85+110+42=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #556E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556E2A is #AA91D5. Grayscale: #5F5F5F. Windows color (decimal): -11178454 or 2780757. OLE color: 2780757.

HSL color Cylindrical-coordinate representation of color #556E2A: hue angle of 82.06º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556E2A is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 110 42 -
CMYK 0.23 0 0.62 0.57
HSL 82.06º 0.45% 0.3% -
HSV(B) 82.06º 0.62% 0.43% -
XYZ 9.74 13.25 4.23 -
YUV 94.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 85 110 42 0.23 0 0.62 0.57 82.06 0.45 0.3
Hex 55 6E 2A 17 0 3E 39 52 2D 1E
Octal 125 156 52 27 0 76 71 122 55 36
Binary 1010101 1101110 101010 10111 0 111110 111001 1010010 101101 11110

Color Harmonies of #556E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E2A

Black with #556E2A

Text Example


Text Example

White with #556E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,42); }

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

background-color css

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

 a { background-color: rgb(85,110,42); }

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

border-color css

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

 span { border-color: rgb(85,110,42); }

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