#57530B

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

Shades of Verdun Green #57530B

Tints of Verdun Green #57530B

Color information

#57530B (or 0x57530B) is unknown color: approx Verdun Green. HEX triplet: 57, 53 and 0B. RGB value is (87,83,11). Sum of RGB (Red+Green+Blue) = 87+83+11=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57530B is #A8ACF4. Grayscale: #4C4C4C. Windows color (decimal): -11054325 or 742231. OLE color: 742231.

HSL color Cylindrical-coordinate representation of color #57530B: hue angle of 56.84º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #57530B is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB878311-
CMYK00.050.870.66
HSL56.84º77.55%19.22%-
HSV(B)56.84º87.36%34.12%-
XYZ7.088.241.53-
YUV75.9991.33135.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.07%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 11 (4.69% from 255) = 6.08%
R=48.07%
G=45.86%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87831100.050.870.6656.8477.5519.22
Hex5753B055742394e13
Octal12712313051271027111623
Binary101011110100111011010110101111000010111001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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