#51632C

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

Shades of Dark Olive Green #51632C

Tints of Dark Olive Green #51632C

Color information

#51632C (or 0x51632C) is unknown color: approx Dark Olive Green. HEX triplet: 51, 63 and 2C. RGB value is (81,99,44). Sum of RGB (Red+Green+Blue) = 81+99+44=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #51632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51632C is #AE9CD3. Grayscale: #575757. Windows color (decimal): -11443412 or 2909009. OLE color: 2909009.

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

Color convert

RGB819944-
CMYK0.1800.560.61
HSL79.64º38.46%28.04%-
HSV(B)79.64º55.56%38.82%-
XYZ8.3110.854.04-
YUV87.35103.54123.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=36.16%
G=44.20%
B=19.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199440.1800.560.6179.6438.4628.04
Hex51632C120383D50261c
Octal1211435422070751204634
Binary10100011100011101100100100111000111101101000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51632C; }

 p { color: rgb(81,99,44); }

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

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

 a { background-color: rgb(81,99,44); }

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

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

 span { border-color: rgb(81,99,44); }

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