#55632F

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

Shades of Dark Olive Green #55632F

Tints of Dark Olive Green #55632F

Color information

#55632F (or 0x55632F) is unknown color: approx Dark Olive Green. HEX triplet: 55, 63 and 2F. RGB value is (85,99,47). Sum of RGB (Red+Green+Blue) = 85+99+47=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #55632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55632F is #AA9CD0. Grayscale: #595959. Windows color (decimal): -11181265 or 3105621. OLE color: 3105621.

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

Color convert

RGB859947-
CMYK0.1400.530.61
HSL76.15º35.62%28.63%-
HSV(B)76.15º52.53%38.82%-
XYZ8.7211.064.36-
YUV88.89104.36125.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.80%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 47 (18.75% from 255) = 20.35%
R=36.80%
G=42.86%
B=20.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599470.1400.530.6176.1535.6228.63
Hex55632FE0353D4c241d
Octal1251435716065751144435
Binary1010101110001110111111100110101111101100110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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