#556634

Color #556634 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #556634

Tints of Dark Olive Green #556634

Color information

#556634 (or 0x556634) is unknown color: approx Dark Olive Green. HEX triplet: 55, 66 and 34. RGB value is (85,102,52). Sum of RGB (Red+Green+Blue) = 85+102+52=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #556634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556634 is #AA99CB. Grayscale: #5B5B5B. Windows color (decimal): -11180492 or 3434069. OLE color: 3434069.

HSL color Cylindrical-coordinate representation of color #556634: hue angle of 80.4º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #556634 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB8510252-
CMYK0.1700.490.6
HSL80.4º32.47%30.2%-
HSV(B)80.4º49.02%40%-
XYZ9.1211.685.02-
YUV91.22105.87123.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 52 (20.70% from 255) = 21.76%
R=35.56%
G=42.68%
B=21.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102520.1700.490.680.432.4730.2
Hex556634110313C50201e
Octal1251466421061741204036
Binary10101011100110110100100010110001111100101000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556634; }

 p { color: rgb(85,102,52); }

 H1.HeaderClassName
 {
   color: #556634;
 }
 .AnyTagClassName
 {
   color: #556634;
 }
</style>
background-color css

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

 a { background-color: rgb(85,102,52); }

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

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

 span { border-color: rgb(85,102,52); }

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