#515C08

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

Shades of Verdun Green #515C08

Tints of Verdun Green #515C08

Color information

#515C08 (or 0x515C08) is unknown color: approx Verdun Green. HEX triplet: 51, 5C and 08. RGB value is (81,92,8). Sum of RGB (Red+Green+Blue) = 81+92+8=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #515C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515C08 is #AEA3F7. Grayscale: #4F4F4F. Windows color (decimal): -11445240 or 547921. OLE color: 547921.

HSL color Cylindrical-coordinate representation of color #515C08: hue angle of 67.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #515C08 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB81928-
CMYK0.1200.910.64
HSL67.86º84%19.61%-
HSV(B)67.86º91.3%36.08%-
XYZ7.269.421.67-
YUV79.1487.86129.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 92 (36.33% from 255) = 50.83%
BLUE value IS 8 (3.52% from 255) = 4.42%
R=44.75%
G=50.83%
B=4.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal819280.1200.910.6467.868419.61
Hex515C8C05B40445414
Octal1211341014013310010412424
Binary10100011011100100011000101101110000001000100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515C08; }

 p { color: rgb(81,92,8); }

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

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

 a { background-color: rgb(81,92,8); }

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

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

 span { border-color: rgb(81,92,8); }

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