#575B0B

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

Shades of Verdun Green #575B0B

Tints of Verdun Green #575B0B

Color information

#575B0B (or 0x575B0B) is unknown color: approx Verdun Green. HEX triplet: 57, 5B and 0B. RGB value is (87,91,11). Sum of RGB (Red+Green+Blue) = 87+91+11=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 91 - color contains mainly: green. Hex color #575B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575B0B is #A8A4F4. Grayscale: #505050. Windows color (decimal): -11052277 or 744279. OLE color: 744279.

HSL color Cylindrical-coordinate representation of color #575B0B: hue angle of 63º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #575B0B is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB879111-
CMYK0.0400.880.64
HSL63º78.43%20%-
HSV(B)63º87.91%35.69%-
XYZ7.739.531.75-
YUV80.6888.67132.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=46.03%
G=48.15%
B=5.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8791110.0400.880.646378.4320
Hex575BB4058403f4e14
Octal12713313401301007711624
Binary101011110110111011100010110001000000111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,91,11); }

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

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

 a { background-color: rgb(87,91,11); }

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

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

 span { border-color: rgb(87,91,11); }

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