#555F12

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

Shades of Verdun Green #555F12

Tints of Verdun Green #555F12

Color information

#555F12 (or 0x555F12) is unknown color: approx Verdun Green. HEX triplet: 55, 5F and 12. RGB value is (85,95,18). Sum of RGB (Red+Green+Blue) = 85+95+18=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 95 (37.5% from 255 or 47.98% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 95 - color contains mainly: green. Hex color #555F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F12 is #AAA0ED. Grayscale: #535353. Windows color (decimal): -11182318 or 1204053. OLE color: 1204053.

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

Color convert

RGB859518-
CMYK0.1100.810.63
HSL67.79º68.14%22.16%-
HSV(B)67.79º81.05%37.25%-
XYZ7.9510.162.11-
YUV83.2391.19129.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 95 (37.5% from 255) = 47.98%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=42.93%
G=47.98%
B=9.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595180.1100.810.6367.7968.1422.16
Hex555F12B0513F444416
Octal125137221301217710410426
Binary10101011011111100101011010100011111111000100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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