#366200

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

Shades of Verdun Green #366200

Tints of Verdun Green #366200

Color information

#366200 (or 0x366200) is unknown color: approx Verdun Green. HEX triplet: 36, 62 and 00. RGB value is (54,98,0). Sum of RGB (Red+Green+Blue) = 54+98+0=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #366200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366200 is #C99DFF. Grayscale: #4A4A4A. Windows color (decimal): -13213184 or 25142. OLE color: 25142.

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

Color convert

RGB54980-
CMYK0.45010.62
HSL86.94º100%19.22%-
HSV(B)86.94º100%38.43%-
XYZ5.899.521.53-
YUV73.6786.42113.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.53%
G=64.47%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal549800.45010.6286.9410019.22
Hex366202D0643E576413
Octal6614205501447612714423
Binary11011011000100101101011001001111101010111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366200; }

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

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

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

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

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

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

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

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