#515D14

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

Shades of Verdun Green #515D14

Tints of Verdun Green #515D14

Color information

#515D14 (or 0x515D14) is unknown color: approx Verdun Green. HEX triplet: 51, 5D and 14. RGB value is (81,93,20). Sum of RGB (Red+Green+Blue) = 81+93+20=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #515D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515D14 is #AEA2EB. Grayscale: #515151. Windows color (decimal): -11444972 or 1334609. OLE color: 1334609.

HSL color Cylindrical-coordinate representation of color #515D14: hue angle of 69.86º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #515D14 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB819320-
CMYK0.1300.780.64
HSL69.86º64.6%22.16%-
HSV(B)69.86º78.49%36.47%-
XYZ7.439.632.13-
YUV81.0993.52127.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.75%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 20 (8.20% from 255) = 10.31%
R=41.75%
G=47.94%
B=10.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193200.1300.780.6469.8664.622.16
Hex515D14D04E40464116
Octal1211352415011610010610126
Binary101000110111011010011010100111010000001000110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,93,20); }

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

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

 a { background-color: rgb(81,93,20); }

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

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

 span { border-color: rgb(81,93,20); }

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