#555F07

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

Shades of Verdun Green #555F07

Tints of Verdun Green #555F07

Color information

#555F07 (or 0x555F07) is unknown color: approx Verdun Green. HEX triplet: 55, 5F and 07. RGB value is (85,95,7). Sum of RGB (Red+Green+Blue) = 85+95+7=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #555F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555F07 is #AAA0F8. Grayscale: #525252. Windows color (decimal): -11182329 or 483157. OLE color: 483157.

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

Color convert

RGB85957-
CMYK0.1100.930.63
HSL66.82º86.27%20%-
HSV(B)66.82º92.63%37.25%-
XYZ7.8810.131.74-
YUV81.9885.69130.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 95 (37.5% from 255) = 50.80%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=45.45%
G=50.80%
B=3.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal859570.1100.930.6366.8286.2720
Hex555F7B05D3F435614
Octal12513771301357710312624
Binary101010110111111111011010111011111111000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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