#555F0E

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

Shades of Verdun Green #555F0E

Tints of Verdun Green #555F0E

Color information

#555F0E (or 0x555F0E) is unknown color: approx Verdun Green. HEX triplet: 55, 5F and 0E. RGB value is (85,95,14). Sum of RGB (Red+Green+Blue) = 85+95+14=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 95 - color contains mainly: green. Hex color #555F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F0E is #AAA0F1. Grayscale: #535353. Windows color (decimal): -11182322 or 941909. OLE color: 941909.

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

Color convert

RGB859514-
CMYK0.1100.850.63
HSL67.41º74.31%21.37%-
HSV(B)67.41º85.26%37.25%-
XYZ7.9210.151.96-
YUV82.7889.19129.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 95 (37.5% from 255) = 48.97%
BLUE value IS 14 (5.86% from 255) = 7.22%
R=43.81%
G=48.97%
B=7.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595140.1100.850.6367.4174.3121.37
Hex555FEB0553F434a15
Octal125137161301257710311225
Binary1010101101111111101011010101011111111000011100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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