#51602C

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

Shades of Dark Olive Green #51602C

Tints of Dark Olive Green #51602C

Color information

#51602C (or 0x51602C) is unknown color: approx Dark Olive Green. HEX triplet: 51, 60 and 2C. RGB value is (81,96,44). Sum of RGB (Red+Green+Blue) = 81+96+44=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #51602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51602C is #AE9FD3. Grayscale: #555555. Windows color (decimal): -11444180 or 2908241. OLE color: 2908241.

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

Color convert

RGB819644-
CMYK0.1600.540.62
HSL77.31º37.14%27.45%-
HSV(B)77.31º54.17%37.65%-
XYZ8.0310.33.95-
YUV85.59104.53124.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=36.65%
G=43.44%
B=19.91%

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
Decimal8196440.1600.540.6277.3137.1427.45
Hex51602C100363E4d251b
Octal1211405420066761154533
Binary10100011100000101100100000110110111110100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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