#51612D

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

Shades of Dark Olive Green #51612D

Tints of Dark Olive Green #51612D

Color information

#51612D (or 0x51612D) is unknown color: approx Dark Olive Green. HEX triplet: 51, 61 and 2D. RGB value is (81,97,45). Sum of RGB (Red+Green+Blue) = 81+97+45=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #51612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51612D is #AE9ED2. Grayscale: #565656. Windows color (decimal): -11443923 or 2974033. OLE color: 2974033.

HSL color Cylindrical-coordinate representation of color #51612D: hue angle of 78.46º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51612D is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB819745-
CMYK0.1600.540.62
HSL78.46º36.62%27.84%-
HSV(B)78.46º53.61%38.04%-
XYZ8.1410.494.08-
YUV86.29104.7124.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=36.32%
G=43.50%
B=20.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197450.1600.540.6278.4636.6227.84
Hex51612D100363E4e251c
Octal1211415520066761164534
Binary10100011100001101101100000110110111110100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,97,45); }

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

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

 a { background-color: rgb(81,97,45); }

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

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

 span { border-color: rgb(81,97,45); }

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