#575507

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

Shades of Verdun Green #575507

Tints of Verdun Green #575507

Color information

#575507 (or 0x575507) is unknown color: approx Verdun Green. HEX triplet: 57, 55 and 07. RGB value is (87,85,7). Sum of RGB (Red+Green+Blue) = 87+85+7=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #575507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575507 is #A8AAF8. Grayscale: #4D4D4D. Windows color (decimal): -11053817 or 480599. OLE color: 480599.

HSL color Cylindrical-coordinate representation of color #575507: hue angle of 58.5º 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 #575507 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB87857-
CMYK00.020.920.66
HSL58.5º85.11%18.43%-
HSV(B)58.5º91.95%34.12%-
XYZ7.228.541.47-
YUV76.7188.66135.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 7 (3.12% from 255) = 3.91%
R=48.60%
G=47.49%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8785700.020.920.6658.585.1118.43
Hex57557025C423a5512
Octal1271257021341027212522
Binary1010111101010111101010111001000010111010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575507; }

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

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

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

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

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

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

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

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