#505C09

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

Shades of Verdun Green #505C09

Tints of Verdun Green #505C09

Color information

#505C09 (or 0x505C09) is unknown color: approx Verdun Green. HEX triplet: 50, 5C and 09. RGB value is (80,92,9). Sum of RGB (Red+Green+Blue) = 80+92+9=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #505C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505C09 is #AFA3F6. Grayscale: #4F4F4F. Windows color (decimal): -11510775 or 613456. OLE color: 613456.

HSL color Cylindrical-coordinate representation of color #505C09: hue angle of 68.67º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #505C09 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB80929-
CMYK0.1300.900.64
HSL68.67º82.18%19.8%-
HSV(B)68.67º90.22%36.08%-
XYZ7.189.381.69-
YUV78.9588.52128.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 92 (36.33% from 255) = 50.83%
BLUE value IS 9 (3.91% from 255) = 4.97%
R=44.20%
G=50.83%
B=4.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal809290.1300.900.6468.6782.1819.8
Hex505C9D05A40455214
Octal1201341115013210010512224
Binary10100001011100100111010101101010000001000101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505C09; }

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

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

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

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

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

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

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

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