#51612C

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

Shades of Dark Olive Green #51612C

Tints of Dark Olive Green #51612C

Color information

#51612C (or 0x51612C) is unknown color: approx Dark Olive Green. HEX triplet: 51, 61 and 2C. RGB value is (81,97,44). Sum of RGB (Red+Green+Blue) = 81+97+44=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #51612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51612C is #AE9ED3. Grayscale: #565656. Windows color (decimal): -11443924 or 2908497. OLE color: 2908497.

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

Color convert

RGB819744-
CMYK0.1600.550.62
HSL78.11º37.59%27.65%-
HSV(B)78.11º54.64%38.04%-
XYZ8.1210.483.98-
YUV86.17104.2124.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=36.49%
G=43.69%
B=19.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197440.1600.550.6278.1137.5927.65
Hex51612C100373E4e261c
Octal1211415420067761164634
Binary10100011100001101100100000110111111110100111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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