#53510F

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

Shades of Verdun Green #53510F

Tints of Verdun Green #53510F

Color information

#53510F (or 0x53510F) is unknown color: approx Verdun Green. HEX triplet: 53, 51 and 0F. RGB value is (83,81,15). Sum of RGB (Red+Green+Blue) = 83+81+15=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53510F is #ACAEF0. Grayscale: #4A4A4A. Windows color (decimal): -11316977 or 1003859. OLE color: 1003859.

HSL color Cylindrical-coordinate representation of color #53510F: hue angle of 58.24º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53510F is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB838115-
CMYK00.020.820.67
HSL58.24º69.39%19.22%-
HSV(B)58.24º81.93%32.55%-
XYZ6.67.761.6-
YUV74.0794.66134.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 15 (6.25% from 255) = 8.38%
R=46.37%
G=45.25%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83811500.020.820.6758.2469.3919.22
Hex5351F0252433a4513
Octal12312117021221037210523
Binary10100111010001111101010100101000011111010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,81,15); }

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

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

 a { background-color: rgb(83,81,15); }

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

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

 span { border-color: rgb(83,81,15); }

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