Html Css Color HEX #556823 Dark Olive Green

📋 copy color: '#556823'

red 85 ◦ green 104 ◦ blue 35

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

Shades of Dark Olive Green #556823

Tints of Dark Olive Green #556823

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.43%

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 37.95%
G = 46.43%
B = 15.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#556823 (or 0x556823) is known color: Dark Olive Green. HEX triplet: 55, 68 and 23. RGB value is (85,104,35). Sum of RGB (Red+Green+Blue) = 85+104+35=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #556823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556823 is #AA97DC. Grayscale: #5A5A5A. Windows color (decimal): -11179997 or 2320469. OLE color: 2320469.

HSL color Cylindrical-coordinate representation of color #556823: hue angle of 76.52º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556823 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 35 -
CMYK 0.18 0 0.66 0.59
HSL 76.52º 0.5% 0.27% -
HSV(B) 76.52º 0.66% 0.41% -
XYZ 9 11.95 3.42 -
YUV 90.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 85 104 35 0.18 0 0.66 0.59 76.52 0.5 0.27
Hex 55 68 23 12 0 42 3B 4D 32 1B
Octal 125 150 43 22 0 102 73 115 62 33
Binary 1010101 1101000 100011 10010 0 1000010 111011 1001101 110010 11011

Color Harmonies of #556823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556823

Black with #556823

Text Example


Text Example

White with #556823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556823; }

 p { color: rgb(85,104,35); }

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

background-color css

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

 a { background-color: rgb(85,104,35); }

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

border-color css

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

 span { border-color: rgb(85,104,35); }

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