#505A07

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

Shades of Verdun Green #505A07

Tints of Verdun Green #505A07

Color information

#505A07 (or 0x505A07) is unknown color: approx Verdun Green. HEX triplet: 50, 5A and 07. RGB value is (80,90,7). Sum of RGB (Red+Green+Blue) = 80+90+7=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #505A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505A07 is #AFA5F8. Grayscale: #4D4D4D. Windows color (decimal): -11511289 or 481872. OLE color: 481872.

HSL color Cylindrical-coordinate representation of color #505A07: hue angle of 67.23º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #505A07 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB80907-
CMYK0.1100.920.65
HSL67.23º85.57%19.02%-
HSV(B)67.23º92.22%35.29%-
XYZ79.031.58-
YUV77.5588.19129.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 90 (35.55% from 255) = 50.85%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=45.20%
G=50.85%
B=3.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal809070.1100.920.6567.2385.5719.02
Hex505A7B05C41435613
Octal120132713013410110312623
Binary1010000101101011110110101110010000011000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,7); }

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

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

 a { background-color: rgb(80,90,7); }

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

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

 span { border-color: rgb(80,90,7); }

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