Html Css Color HEX #556233 Dark Olive Green

📋 copy color: '#556233'

red 85 ◦ green 98 ◦ blue 51

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

Shades of Dark Olive Green #556233

Tints of Dark Olive Green #556233

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 51 (20.31% from 255) = 21.79%

R = 36.32%
G = 41.88%
B = 21.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#556233 (or 0x556233) is known color: Dark Olive Green. HEX triplet: 55, 62 and 33. RGB value is (85,98,51). Sum of RGB (Red+Green+Blue) = 85+98+51=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #556233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556233 is #AA9DCC. Grayscale: #585858. Windows color (decimal): -11181517 or 3367509. OLE color: 3367509.

HSL color Cylindrical-coordinate representation of color #556233: hue angle of 76.6º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556233 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 51 -
CMYK 0.13 0 0.48 0.62
HSL 76.6º 0.32% 0.29% -
HSV(B) 76.6º 0.48% 0.38% -
XYZ 8.71 10.91 4.78 -
YUV 88.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 85 98 51 0.13 0 0.48 0.62 76.6 0.32 0.29
Hex 55 62 33 D 0 30 3E 4D 20 1D
Octal 125 142 63 15 0 60 76 115 40 35
Binary 1010101 1100010 110011 1101 0 110000 111110 1001101 100000 11101

Color Harmonies of #556233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556233

Black with #556233

Text Example


Text Example

White with #556233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556233; }

 p { color: rgb(85,98,51); }

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

background-color css

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

 a { background-color: rgb(85,98,51); }

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

border-color css

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

 span { border-color: rgb(85,98,51); }

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