#50601B

Color #50601B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #50601B

Tints of Verdun Green #50601B

Color information

#50601B (or 0x50601B) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 1B. RGB value is (80,96,27). Sum of RGB (Red+Green+Blue) = 80+96+27=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #50601B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50601B is #AF9FE4. Grayscale: #535353. Windows color (decimal): -11509733 or 1794128. OLE color: 1794128.

HSL color Cylindrical-coordinate representation of color #50601B: hue angle of 73.91º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50601B is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB809627-
CMYK0.1700.720.62
HSL73.91º56.1%24.12%-
HSV(B)73.91º71.88%37.65%-
XYZ7.6910.152.59-
YUV83.3596.2125.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.41%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 27 (10.94% from 255) = 13.30%
R=39.41%
G=47.29%
B=13.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096270.1700.720.6273.9156.124.12
Hex50601B110483E4a3818
Octal12014033210110761127030
Binary10100001100000110111000101001000111110100101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50601B; }

 p { color: rgb(80,96,27); }

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

<style>
 a { background-color: #50601B; }

 a { background-color: rgb(80,96,27); }

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

<style>
 span { border-color: #50601B; }

 span { border-color: rgb(80,96,27); }

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