#575407

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

Shades of Verdun Green #575407

Tints of Verdun Green #575407

Color information

#575407 (or 0x575407) is unknown color: approx Verdun Green. HEX triplet: 57, 54 and 07. RGB value is (87,84,7). Sum of RGB (Red+Green+Blue) = 87+84+7=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #575407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575407 is #A8ABF8. Grayscale: #4C4C4C. Windows color (decimal): -11054073 or 480343. OLE color: 480343.

HSL color Cylindrical-coordinate representation of color #575407: hue angle of 57.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #575407 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB87847-
CMYK00.030.920.66
HSL57.75º85.11%18.43%-
HSV(B)57.75º91.95%34.12%-
XYZ7.148.381.44-
YUV76.1288.99135.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 7 (3.12% from 255) = 3.93%
R=48.88%
G=47.19%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8784700.030.920.6657.7585.1118.43
Hex57547035C423a5512
Octal1271247031341027212522
Binary1010111101010011101110111001000010111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575407; }

 p { color: rgb(87,84,7); }

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

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

 a { background-color: rgb(87,84,7); }

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

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

 span { border-color: rgb(87,84,7); }

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