#506212

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

Shades of Verdun Green #506212

Tints of Verdun Green #506212

Color information

#506212 (or 0x506212) is unknown color: approx Verdun Green. HEX triplet: 50, 62 and 12. RGB value is (80,98,18). Sum of RGB (Red+Green+Blue) = 80+98+18=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #506212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506212 is #AF9DED. Grayscale: #535353. Windows color (decimal): -11509230 or 1204816. OLE color: 1204816.

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

Color convert

RGB809818-
CMYK0.1800.820.62
HSL73.5º68.97%22.75%-
HSV(B)73.5º81.63%38.43%-
XYZ7.7910.482.19-
YUV83.591.04125.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=40.82%
G=50%
B=9.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098180.1800.820.6273.568.9722.75
Hex506212120523E4a4517
Octal120142222201227611210527
Binary101000011000101001010010010100101111101001010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506212; }

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

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

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

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

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

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

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

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