#506113

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

Shades of Verdun Green #506113

Tints of Verdun Green #506113

Color information

#506113 (or 0x506113) is unknown color: approx Verdun Green. HEX triplet: 50, 61 and 13. RGB value is (80,97,19). Sum of RGB (Red+Green+Blue) = 80+97+19=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #506113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506113 is #AF9EEC. Grayscale: #535353. Windows color (decimal): -11509485 or 1270096. OLE color: 1270096.

HSL color Cylindrical-coordinate representation of color #506113: hue angle of 73.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #506113 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB809719-
CMYK0.1800.800.62
HSL73.08º67.24%22.75%-
HSV(B)73.08º80.41%38.04%-
XYZ7.710.32.2-
YUV83.0291.87125.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=40.82%
G=49.49%
B=9.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097190.1800.800.6273.0867.2422.75
Hex506113120503E494317
Octal120141232201207611110327
Binary101000011000011001110010010100001111101001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506113; }

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

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

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

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

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

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

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

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