#53610F

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

Shades of Verdun Green #53610F

Tints of Verdun Green #53610F

Color information

#53610F (or 0x53610F) is unknown color: approx Verdun Green. HEX triplet: 53, 61 and 0F. RGB value is (83,97,15). Sum of RGB (Red+Green+Blue) = 83+97+15=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #53610F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53610F is #AC9EF0. Grayscale: #535353. Windows color (decimal): -11312881 or 1007955. OLE color: 1007955.

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

Color convert

RGB839715-
CMYK0.1400.850.62
HSL70.24º73.21%21.96%-
HSV(B)70.24º84.54%38.04%-
XYZ7.9310.422.05-
YUV83.4789.36127.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 15 (6.25% from 255) = 7.69%
R=42.56%
G=49.74%
B=7.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397150.1400.850.6270.2473.2121.96
Hex5361FE0553E464916
Octal123141171601257610611126
Binary1010011110000111111110010101011111101000110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53610F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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