#50612F

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

Shades of Dark Olive Green #50612F

Tints of Dark Olive Green #50612F

Color information

#50612F (or 0x50612F) is unknown color: approx Dark Olive Green. HEX triplet: 50, 61 and 2F. RGB value is (80,97,47). Sum of RGB (Red+Green+Blue) = 80+97+47=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #50612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50612F is #AF9ED0. Grayscale: #565656. Windows color (decimal): -11509457 or 3105104. OLE color: 3105104.

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

Color convert

RGB809747-
CMYK0.1800.520.62
HSL80.4º34.72%28.24%-
HSV(B)80.4º51.55%38.04%-
XYZ8.110.464.28-
YUV86.22105.87123.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 97 (38.28% from 255) = 43.30%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=35.71%
G=43.30%
B=20.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097470.1800.520.6280.434.7228.24
Hex50612F120343E50231c
Octal1201415722064761204334
Binary10100001100001101111100100110100111110101000010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,97,47); }

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

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

 a { background-color: rgb(80,97,47); }

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

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

 span { border-color: rgb(80,97,47); }

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