#57600F

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

Shades of Verdun Green #57600F

Tints of Verdun Green #57600F

Color information

#57600F (or 0x57600F) is unknown color: approx Verdun Green. HEX triplet: 57, 60 and 0F. RGB value is (87,96,15). Sum of RGB (Red+Green+Blue) = 87+96+15=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #57600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57600F is #A89FF0. Grayscale: #545454. Windows color (decimal): -11050993 or 1007703. OLE color: 1007703.

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

Color convert

RGB879615-
CMYK0.0900.840.62
HSL66.67º72.97%21.76%-
HSV(B)66.67º84.38%37.65%-
XYZ8.210.432.03-
YUV84.0789.02130.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.94%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=43.94%
G=48.48%
B=7.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796150.0900.840.6266.6772.9721.76
Hex5760F90543E434916
Octal127140171101247610311126
Binary1010111110000011111001010101001111101000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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