#575D0F

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

Shades of Verdun Green #575D0F

Tints of Verdun Green #575D0F

Color information

#575D0F (or 0x575D0F) is unknown color: approx Verdun Green. HEX triplet: 57, 5D and 0F. RGB value is (87,93,15). Sum of RGB (Red+Green+Blue) = 87+93+15=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #575D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575D0F is #A8A2F0. Grayscale: #525252. Windows color (decimal): -11051761 or 1006935. OLE color: 1006935.

HSL color Cylindrical-coordinate representation of color #575D0F: hue angle of 64.62º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #575D0F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB879315-
CMYK0.0600.840.64
HSL64.62º72.22%21.18%-
HSV(B)64.62º83.87%36.47%-
XYZ7.939.891.94-
YUV82.3190.01131.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.62%
GREEN value IS 93 (36.72% from 255) = 47.69%
BLUE value IS 15 (6.25% from 255) = 7.69%
R=44.62%
G=47.69%
B=7.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8793150.0600.840.6464.6272.2221.18
Hex575DF605440414815
Octal127135176012410010111025
Binary1010111101110111111100101010010000001000001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575D0F; }

 p { color: rgb(87,93,15); }

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

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

 a { background-color: rgb(87,93,15); }

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

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

 span { border-color: rgb(87,93,15); }

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