#55632D

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

Shades of Dark Olive Green #55632D

Tints of Dark Olive Green #55632D

Color information

#55632D (or 0x55632D) is unknown color: approx Dark Olive Green. HEX triplet: 55, 63 and 2D. RGB value is (85,99,45). Sum of RGB (Red+Green+Blue) = 85+99+45=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #55632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55632D is #AA9CD2. Grayscale: #585858. Windows color (decimal): -11181267 or 2974549. OLE color: 2974549.

HSL color Cylindrical-coordinate representation of color #55632D: hue angle of 75.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55632D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB859945-
CMYK0.1400.550.61
HSL75.56º37.5%28.24%-
HSV(B)75.56º54.55%38.82%-
XYZ8.6811.044.16-
YUV88.66103.36125.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 45 (17.97% from 255) = 19.65%
R=37.12%
G=43.23%
B=19.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599450.1400.550.6175.5637.528.24
Hex55632DE0373D4c261c
Octal1251435516067751144634
Binary1010101110001110110111100110111111101100110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55632D; }

 p { color: rgb(85,99,45); }

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

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

 a { background-color: rgb(85,99,45); }

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

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

 span { border-color: rgb(85,99,45); }

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