#57600A

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

Shades of Verdun Green #57600A

Tints of Verdun Green #57600A

Color information

#57600A (or 0x57600A) is unknown color: approx Verdun Green. HEX triplet: 57, 60 and 0A. RGB value is (87,96,10). Sum of RGB (Red+Green+Blue) = 87+96+10=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #57600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57600A is #A89FF5. Grayscale: #535353. Windows color (decimal): -11050998 or 680023. OLE color: 680023.

HSL color Cylindrical-coordinate representation of color #57600A: hue angle of 66.28º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57600A is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB879610-
CMYK0.0900.900.62
HSL66.28º81.13%20.78%-
HSV(B)66.28º89.58%37.65%-
XYZ8.1710.411.87-
YUV83.586.52130.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.08%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 10 (4.30% from 255) = 5.18%
R=45.08%
G=49.74%
B=5.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796100.0900.900.6266.2881.1320.78
Hex5760A905A3E425115
Octal127140121101327610212125
Binary1010111110000010101001010110101111101000010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57600A; }

 p { color: rgb(87,96,10); }

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

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

 a { background-color: rgb(87,96,10); }

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

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

 span { border-color: rgb(87,96,10); }

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