#506712

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

Shades of Verdun Green #506712

Tints of Verdun Green #506712

Color information

#506712 (or 0x506712) is unknown color: approx Verdun Green. HEX triplet: 50, 67 and 12. RGB value is (80,103,18). Sum of RGB (Red+Green+Blue) = 80+103+18=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #506712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506712 is #AF98ED. Grayscale: #565656. Windows color (decimal): -11507950 or 1206096. OLE color: 1206096.

HSL color Cylindrical-coordinate representation of color #506712: hue angle of 76.24º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #506712 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB8010318-
CMYK0.2200.830.60
HSL76.24º70.25%23.73%-
HSV(B)76.24º82.52%40.39%-
XYZ8.2711.452.35-
YUV86.4389.38123.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 103 (40.62% from 255) = 51.24%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=39.80%
G=51.24%
B=8.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80103180.2200.830.6076.2470.2523.73
Hex506712160533C4c4618
Octal120147222601237411410630
Binary101000011001111001010110010100111111001001100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506712; }

 p { color: rgb(80,103,18); }

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

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

 a { background-color: rgb(80,103,18); }

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

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

 span { border-color: rgb(80,103,18); }

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