#53620E

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

Shades of Verdun Green #53620E

Tints of Verdun Green #53620E

Color information

#53620E (or 0x53620E) is unknown color: approx Verdun Green. HEX triplet: 53, 62 and 0E. RGB value is (83,98,14). Sum of RGB (Red+Green+Blue) = 83+98+14=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #53620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53620E is #AC9DF1. Grayscale: #545454. Windows color (decimal): -11312626 or 942675. OLE color: 942675.

HSL color Cylindrical-coordinate representation of color #53620E: hue angle of 70.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53620E is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB839814-
CMYK0.1500.860.62
HSL70.71º75%21.96%-
HSV(B)70.71º85.71%38.43%-
XYZ8.0110.612.04-
YUV83.9488.53127.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 14 (5.86% from 255) = 7.18%
R=42.56%
G=50.26%
B=7.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398140.1500.860.6270.717521.96
Hex5362EF0563E474b16
Octal123142161701267610711326
Binary1010011110001011101111010101101111101000111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53620E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53620E; }

 p { color: rgb(83,98,14); }

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

<style>
 a { background-color: #53620E; }

 a { background-color: rgb(83,98,14); }

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

<style>
 span { border-color: #53620E; }

 span { border-color: rgb(83,98,14); }

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