#556014

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

Shades of Verdun Green #556014

Tints of Verdun Green #556014

Color information

#556014 (or 0x556014) is unknown color: approx Verdun Green. HEX triplet: 55, 60 and 14. RGB value is (85,96,20). Sum of RGB (Red+Green+Blue) = 85+96+20=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #556014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556014 is #AA9FEB. Grayscale: #545454. Windows color (decimal): -11182060 or 1335381. OLE color: 1335381.

HSL color Cylindrical-coordinate representation of color #556014: hue angle of 68.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #556014 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB859620-
CMYK0.1100.790.62
HSL68.68º65.52%22.75%-
HSV(B)68.68º79.17%37.65%-
XYZ8.0610.352.23-
YUV84.0591.86128.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 20 (8.20% from 255) = 9.95%
R=42.29%
G=47.76%
B=9.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596200.1100.790.6268.6865.5222.75
Hex556014B04F3E454217
Octal125140241301177610510227
Binary10101011100000101001011010011111111101000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556014; }

 p { color: rgb(85,96,20); }

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

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

 a { background-color: rgb(85,96,20); }

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

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

 span { border-color: rgb(85,96,20); }

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