#36520D

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

Shades of Verdun Green #36520D

Tints of Verdun Green #36520D

Color information

#36520D (or 0x36520D) is unknown color: approx Verdun Green. HEX triplet: 36, 52 and 0D. RGB value is (54,82,13). Sum of RGB (Red+Green+Blue) = 54+82+13=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #36520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36520D is #C9ADF2. Grayscale: #424242. Windows color (decimal): -13217267 or 873014. OLE color: 873014.

HSL color Cylindrical-coordinate representation of color #36520D: hue angle of 84.35º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36520D is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB548213-
CMYK0.3400.840.68
HSL84.35º72.63%18.63%-
HSV(B)84.35º84.15%32.16%-
XYZ4.616.851.46-
YUV65.7698.22119.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 82 (32.42% from 255) = 55.03%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=36.24%
G=55.03%
B=8.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482130.3400.840.6884.3572.6318.63
Hex3652D2205444544913
Octal661221542012410412411123
Binary110110101001011011000100101010010001001010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36520D; }

 p { color: rgb(54,82,13); }

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

<style>
 a { background-color: #36520D; }

 a { background-color: rgb(54,82,13); }

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

<style>
 span { border-color: #36520D; }

 span { border-color: rgb(54,82,13); }

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