#36610E

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

Shades of Verdun Green #36610E

Tints of Verdun Green #36610E

Color information

#36610E (or 0x36610E) is unknown color: approx Verdun Green. HEX triplet: 36, 61 and 0E. RGB value is (54,97,14). Sum of RGB (Red+Green+Blue) = 54+97+14=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #36610E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36610E is #C99EF1. Grayscale: #4A4A4A. Windows color (decimal): -13213426 or 942390. OLE color: 942390.

HSL color Cylindrical-coordinate representation of color #36610E: hue angle of 91.08º 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 #36610E is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB549714-
CMYK0.4400.860.62
HSL91.08º74.77%21.76%-
HSV(B)91.08º85.57%38.04%-
XYZ5.889.371.91-
YUV74.6893.75113.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 14 (5.86% from 255) = 8.48%
R=32.73%
G=58.79%
B=8.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497140.4400.860.6291.0874.7721.76
Hex3661E2C0563E5b4b16
Octal66141165401267613311326
Binary11011011000011110101100010101101111101011011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,97,14); }

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

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

 a { background-color: rgb(54,97,14); }

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

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

 span { border-color: rgb(54,97,14); }

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