#555D14

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

Shades of Verdun Green #555D14

Tints of Verdun Green #555D14

Color information

#555D14 (or 0x555D14) is unknown color: approx Verdun Green. HEX triplet: 55, 5D and 14. RGB value is (85,93,20). Sum of RGB (Red+Green+Blue) = 85+93+20=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #555D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555D14 is #AAA2EB. Grayscale: #525252. Windows color (decimal): -11182828 or 1334613. OLE color: 1334613.

HSL color Cylindrical-coordinate representation of color #555D14: hue angle of 66.58º 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 #555D14 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB859320-
CMYK0.0900.780.64
HSL66.58º64.6%22.16%-
HSV(B)66.58º78.49%36.47%-
XYZ7.799.812.15-
YUV82.2992.85129.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=42.93%
G=46.97%
B=10.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593200.0900.780.6466.5864.622.16
Hex555D14904E40434116
Octal1251352411011610010310126
Binary101010110111011010010010100111010000001000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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