#514C04

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

Shades of Verdun Green #514C04

Tints of Verdun Green #514C04

Color information

#514C04 (or 0x514C04) is unknown color: approx Verdun Green. HEX triplet: 51, 4C and 04. RGB value is (81,76,4). Sum of RGB (Red+Green+Blue) = 81+76+4=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C04 is #AEB3FB. Grayscale: #454545. Windows color (decimal): -11449340 or 281681. OLE color: 281681.

HSL color Cylindrical-coordinate representation of color #514C04: hue angle of 56.1º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #514C04 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB81764-
CMYK00.060.950.68
HSL56.1º90.59%16.67%-
HSV(B)56.1º95.06%31.76%-
XYZ66.931.14-
YUV69.2991.16136.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=50.31%
G=47.20%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8176400.060.950.6856.190.5916.67
Hex514C4065F44385b11
Octal1211144061371047013321
Binary10100011001100100011010111111000100111000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514C04; }

 p { color: rgb(81,76,4); }

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

<style>
 a { background-color: #514C04; }

 a { background-color: rgb(81,76,4); }

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

<style>
 span { border-color: #514C04; }

 span { border-color: rgb(81,76,4); }

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