#51622F

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

Shades of Dark Olive Green #51622F

Tints of Dark Olive Green #51622F

Color information

#51622F (or 0x51622F) is unknown color: approx Dark Olive Green. HEX triplet: 51, 62 and 2F. RGB value is (81,98,47). Sum of RGB (Red+Green+Blue) = 81+98+47=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #51622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51622F is #AE9DD0. Grayscale: #575757. Windows color (decimal): -11443665 or 3105361. OLE color: 3105361.

HSL color Cylindrical-coordinate representation of color #51622F: hue angle of 80º 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 #51622F is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB819847-
CMYK0.1700.520.62
HSL80º35.17%28.43%-
HSV(B)80º52.04%38.43%-
XYZ8.2710.694.32-
YUV87.1105.37123.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=35.84%
G=43.36%
B=20.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198470.1700.520.628035.1728.43
Hex51622F110343E50231c
Octal1211425721064761204334
Binary10100011100010101111100010110100111110101000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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