#51622E

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

Shades of Dark Olive Green #51622E

Tints of Dark Olive Green #51622E

Color information

#51622E (or 0x51622E) is unknown color: approx Dark Olive Green. HEX triplet: 51, 62 and 2E. RGB value is (81,98,46). Sum of RGB (Red+Green+Blue) = 81+98+46=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #51622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51622E is #AE9DD1. Grayscale: #575757. Windows color (decimal): -11443666 or 3039825. OLE color: 3039825.

HSL color Cylindrical-coordinate representation of color #51622E: hue angle of 79.62º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51622E is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB819846-
CMYK0.1700.530.62
HSL79.62º36.11%28.24%-
HSV(B)79.62º53.06%38.43%-
XYZ8.2510.684.21-
YUV86.99104.87123.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=36%
G=43.56%
B=20.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198460.1700.530.6279.6236.1128.24
Hex51622E110353E50241c
Octal1211425621065761204434
Binary10100011100010101110100010110101111110101000010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51622E; }

 p { color: rgb(81,98,46); }

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

<style>
 a { background-color: #51622E; }

 a { background-color: rgb(81,98,46); }

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

<style>
 span { border-color: #51622E; }

 span { border-color: rgb(81,98,46); }

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