#366205

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

Shades of Verdun Green #366205

Tints of Verdun Green #366205

Color information

#366205 (or 0x366205) is unknown color: approx Verdun Green. HEX triplet: 36, 62 and 05. RGB value is (54,98,5). Sum of RGB (Red+Green+Blue) = 54+98+5=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #366205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366205 is #C99DFA. Grayscale: #4A4A4A. Windows color (decimal): -13213179 or 352822. OLE color: 352822.

HSL color Cylindrical-coordinate representation of color #366205: hue angle of 88.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #366205 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB54985-
CMYK0.4500.950.62
HSL88.39º90.29%20.2%-
HSV(B)88.39º94.9%38.43%-
XYZ5.929.531.67-
YUV74.2488.92113.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 98 (38.67% from 255) = 62.42%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=34.39%
G=62.42%
B=3.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal549850.4500.950.6288.3990.2920.2
Hex366252D05F3E585a14
Octal6614255501377613013224
Binary1101101100010101101101010111111111101011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366205; }

 p { color: rgb(54,98,5); }

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

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

 a { background-color: rgb(54,98,5); }

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

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

 span { border-color: rgb(54,98,5); }

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