#506214

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

Shades of Verdun Green #506214

Tints of Verdun Green #506214

Color information

#506214 (or 0x506214) is unknown color: approx Verdun Green. HEX triplet: 50, 62 and 14. RGB value is (80,98,20). Sum of RGB (Red+Green+Blue) = 80+98+20=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #506214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506214 is #AF9DEB. Grayscale: #545454. Windows color (decimal): -11509228 or 1335888. OLE color: 1335888.

HSL color Cylindrical-coordinate representation of color #506214: hue angle of 73.85º degrees, saturation: 0.66, 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 #506214 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB809820-
CMYK0.1800.800.62
HSL73.85º66.1%23.14%-
HSV(B)73.85º79.59%38.43%-
XYZ7.810.492.28-
YUV83.7392.04125.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=40.40%
G=49.49%
B=10.10%

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
Decimal8098200.1800.800.6273.8566.123.14
Hex506214120503E4a4217
Octal120142242201207611210227
Binary101000011000101010010010010100001111101001010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506214; }

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

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

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

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

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

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

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

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