#505B18

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

Shades of Verdun Green #505B18

Tints of Verdun Green #505B18

Color information

#505B18 (or 0x505B18) is unknown color: approx Verdun Green. HEX triplet: 50, 5B and 18. RGB value is (80,91,24). Sum of RGB (Red+Green+Blue) = 80+91+24=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #505B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B18 is #AFA4E7. Grayscale: #505050. Windows color (decimal): -11511016 or 1596240. OLE color: 1596240.

HSL color Cylindrical-coordinate representation of color #505B18: hue angle of 69.85º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #505B18 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB809124-
CMYK0.1200.740.64
HSL69.85º58.26%22.55%-
HSV(B)69.85º73.63%35.69%-
XYZ7.219.252.27-
YUV80.0796.36127.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 91 (35.94% from 255) = 46.67%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=41.03%
G=46.67%
B=12.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091240.1200.740.6469.8558.2622.55
Hex505B18C04A40463a17
Octal120133301401121001067227
Binary10100001011011110001100010010101000000100011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,24); }

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

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

 a { background-color: rgb(80,91,24); }

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

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

 span { border-color: rgb(80,91,24); }

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