Html Css Color HEX #556533 Dark Olive Green

📋 copy color: '#556533'

red 85 ◦ green 101 ◦ blue 51

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

Shades of Dark Olive Green #556533

Tints of Dark Olive Green #556533

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 35.86%
G = 42.62%
B = 21.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#556533 (or 0x556533) is known color: Dark Olive Green. HEX triplet: 55, 65 and 33. RGB value is (85,101,51). Sum of RGB (Red+Green+Blue) = 85+101+51=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #556533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556533 is #AA9ACC. Grayscale: #5A5A5A. Windows color (decimal): -11180749 or 3368277. OLE color: 3368277.

HSL color Cylindrical-coordinate representation of color #556533: hue angle of 79.2º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #556533 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 51 -
CMYK 0.16 0 0.50 0.60
HSL 79.2º 0.33% 0.3% -
HSV(B) 79.2º 0.5% 0.4% -
XYZ 9 11.48 4.87 -
YUV 90.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 85 101 51 0.16 0 0.50 0.60 79.2 0.33 0.3
Hex 55 65 33 10 0 32 3C 4F 21 1E
Octal 125 145 63 20 0 62 74 117 41 36
Binary 1010101 1100101 110011 10000 0 110010 111100 1001111 100001 11110

Color Harmonies of #556533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556533

Black with #556533

Text Example


Text Example

White with #556533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556533; }

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

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

background-color css

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

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

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

border-color css

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

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

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