#51612F

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

Shades of Dark Olive Green #51612F

Tints of Dark Olive Green #51612F

Color information

#51612F (or 0x51612F) is unknown color: approx Dark Olive Green. HEX triplet: 51, 61 and 2F. RGB value is (81,97,47). Sum of RGB (Red+Green+Blue) = 81+97+47=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #51612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51612F is #AE9ED0. Grayscale: #565656. Windows color (decimal): -11443921 or 3105105. OLE color: 3105105.

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

Color convert

RGB819747-
CMYK0.1600.520.62
HSL79.2º34.72%28.24%-
HSV(B)79.2º51.55%38.04%-
XYZ8.1810.54.29-
YUV86.52105.7124.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=36%
G=43.11%
B=20.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197470.1600.520.6279.234.7228.24
Hex51612F100343E4f231c
Octal1211415720064761174334
Binary10100011100001101111100000110100111110100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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