#57610D

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

Shades of Verdun Green #57610D

Tints of Verdun Green #57610D

Color information

#57610D (or 0x57610D) is unknown color: approx Verdun Green. HEX triplet: 57, 61 and 0D. RGB value is (87,97,13). Sum of RGB (Red+Green+Blue) = 87+97+13=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #57610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57610D is #A89EF2. Grayscale: #545454. Windows color (decimal): -11050739 or 876887. OLE color: 876887.

HSL color Cylindrical-coordinate representation of color #57610D: hue angle of 67.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57610D is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB879713-
CMYK0.1000.870.62
HSL67.14º76.36%21.57%-
HSV(B)67.14º86.6%38.04%-
XYZ8.2810.61.99-
YUV84.4387.69129.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=44.16%
G=49.24%
B=6.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797130.1000.870.6267.1476.3621.57
Hex5761DA0573E434c16
Octal127141151201277610311426
Binary1010111110000111011010010101111111101000011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57610D; }

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

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

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

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

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

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

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

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