#555F14

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

Shades of Verdun Green #555F14

Tints of Verdun Green #555F14

Color information

#555F14 (or 0x555F14) is unknown color: approx Verdun Green. HEX triplet: 55, 5F and 14. RGB value is (85,95,20). Sum of RGB (Red+Green+Blue) = 85+95+20=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #555F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F14 is #AAA0EB. Grayscale: #535353. Windows color (decimal): -11182316 or 1335125. OLE color: 1335125.

HSL color Cylindrical-coordinate representation of color #555F14: hue angle of 68º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #555F14 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB859520-
CMYK0.1100.790.63
HSL68º65.22%22.55%-
HSV(B)68º78.95%37.25%-
XYZ7.9610.172.2-
YUV83.4692.19129.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 95 (37.5% from 255) = 47.5%
BLUE value IS 20 (8.20% from 255) = 10%
R=42.5%
G=47.5%
B=10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595200.1100.790.636865.2222.55
Hex555F14B04F3F444117
Octal125137241301177710410127
Binary10101011011111101001011010011111111111000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555F14; }

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

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

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

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

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

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

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

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