#50612C

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

Shades of Dark Olive Green #50612C

Tints of Dark Olive Green #50612C

Color information

#50612C (or 0x50612C) is unknown color: approx Dark Olive Green. HEX triplet: 50, 61 and 2C. RGB value is (80,97,44). Sum of RGB (Red+Green+Blue) = 80+97+44=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #50612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50612C is #AF9ED3. Grayscale: #565656. Windows color (decimal): -11509460 or 2908496. OLE color: 2908496.

HSL color Cylindrical-coordinate representation of color #50612C: hue angle of 79.25º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50612C is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB809744-
CMYK0.1800.550.62
HSL79.25º37.59%27.65%-
HSV(B)79.25º54.64%38.04%-
XYZ8.0410.443.97-
YUV85.88104.37123.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=36.20%
G=43.89%
B=19.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097440.1800.550.6279.2537.5927.65
Hex50612C120373E4f261c
Octal1201415422067761174634
Binary10100001100001101100100100110111111110100111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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