#57600B

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

Shades of Verdun Green #57600B

Tints of Verdun Green #57600B

Color information

#57600B (or 0x57600B) is unknown color: approx Verdun Green. HEX triplet: 57, 60 and 0B. RGB value is (87,96,11). Sum of RGB (Red+Green+Blue) = 87+96+11=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #57600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57600B is #A89FF4. Grayscale: #535353. Windows color (decimal): -11050997 or 745559. OLE color: 745559.

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

Color convert

RGB879611-
CMYK0.0900.890.62
HSL66.35º79.44%20.98%-
HSV(B)66.35º88.54%37.65%-
XYZ8.1710.421.9-
YUV83.6287.02130.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=44.85%
G=49.48%
B=5.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796110.0900.890.6266.3579.4420.98
Hex5760B90593E424f15
Octal127140131101317610211725
Binary1010111110000010111001010110011111101000010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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