#506009

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

Shades of Verdun Green #506009

Tints of Verdun Green #506009

Color information

#506009 (or 0x506009) is unknown color: approx Verdun Green. HEX triplet: 50, 60 and 09. RGB value is (80,96,9). Sum of RGB (Red+Green+Blue) = 80+96+9=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #506009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506009 is #AF9FF6. Grayscale: #515151. Windows color (decimal): -11509751 or 614480. OLE color: 614480.

HSL color Cylindrical-coordinate representation of color #506009: hue angle of 71.03º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #506009 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB80969-
CMYK0.1700.910.62
HSL71.03º82.86%20.59%-
HSV(B)71.03º90.62%37.65%-
XYZ7.5410.091.81-
YUV81.387.2127.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 9 (3.91% from 255) = 4.86%
R=43.24%
G=51.89%
B=4.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal809690.1700.910.6271.0382.8620.59
Hex506091105B3E475315
Octal120140112101337610712325
Binary10100001100000100110001010110111111101000111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506009; }

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

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

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

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

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

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

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

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