#575E0D

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

Shades of Verdun Green #575E0D

Tints of Verdun Green #575E0D

Color information

#575E0D (or 0x575E0D) is unknown color: approx Verdun Green. HEX triplet: 57, 5E and 0D. RGB value is (87,94,13). Sum of RGB (Red+Green+Blue) = 87+94+13=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 94 - color contains mainly: green. Hex color #575E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575E0D is #A8A1F2. Grayscale: #525252. Windows color (decimal): -11051507 or 876119. OLE color: 876119.

HSL color Cylindrical-coordinate representation of color #575E0D: hue angle of 65.19º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #575E0D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB879413-
CMYK0.0700.860.63
HSL65.19º75.7%20.98%-
HSV(B)65.19º86.17%36.86%-
XYZ8.0110.061.9-
YUV82.6788.68131.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 94 (37.11% from 255) = 48.45%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=44.85%
G=48.45%
B=6.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8794130.0700.860.6365.1975.720.98
Hex575ED70563F414c15
Octal12713615701267710111425
Binary101011110111101101111010101101111111000001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,13); }

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

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

 a { background-color: rgb(87,94,13); }

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

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

 span { border-color: rgb(87,94,13); }

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