#50601A

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

Shades of Verdun Green #50601A

Tints of Verdun Green #50601A

Color information

#50601A (or 0x50601A) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 1A. RGB value is (80,96,26). Sum of RGB (Red+Green+Blue) = 80+96+26=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #50601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50601A is #AF9FE5. Grayscale: #535353. Windows color (decimal): -11509734 or 1728592. OLE color: 1728592.

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

Color convert

RGB809626-
CMYK0.1700.730.62
HSL73.71º57.38%23.92%-
HSV(B)73.71º72.92%37.65%-
XYZ7.6810.152.53-
YUV83.2495.7125.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=39.60%
G=47.52%
B=12.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096260.1700.730.6273.7157.3823.92
Hex50601A110493E4a3918
Octal12014032210111761127130
Binary10100001100000110101000101001001111110100101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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