#51632F

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

Shades of Dark Olive Green #51632F

Tints of Dark Olive Green #51632F

Color information

#51632F (or 0x51632F) is unknown color: approx Dark Olive Green. HEX triplet: 51, 63 and 2F. RGB value is (81,99,47). Sum of RGB (Red+Green+Blue) = 81+99+47=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #51632F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51632F is #AE9CD0. Grayscale: #575757. Windows color (decimal): -11443409 or 3105617. OLE color: 3105617.

HSL color Cylindrical-coordinate representation of color #51632F: hue angle of 80.77º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51632F is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB819947-
CMYK0.1800.530.61
HSL80.77º35.62%28.63%-
HSV(B)80.77º52.53%38.82%-
XYZ8.3710.884.35-
YUV87.69105.04123.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 99 (39.06% from 255) = 43.61%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=35.68%
G=43.61%
B=20.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199470.1800.530.6180.7735.6228.63
Hex51632F120353D51241d
Octal1211435722065751214435
Binary10100011100011101111100100110101111101101000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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