#366301

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

Shades of Verdun Green #366301

Tints of Verdun Green #366301

Color information

#366301 (or 0x366301) is unknown color: approx Verdun Green. HEX triplet: 36, 63 and 01. RGB value is (54,99,1). Sum of RGB (Red+Green+Blue) = 54+99+1=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #366301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366301 is #C99CFE. Grayscale: #4A4A4A. Windows color (decimal): -13212927 or 90934. OLE color: 90934.

HSL color Cylindrical-coordinate representation of color #366301: hue angle of 87.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #366301 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB54991-
CMYK0.4500.990.61
HSL87.55º98%19.61%-
HSV(B)87.55º98.99%38.82%-
XYZ5.999.711.59-
YUV74.3786.59113.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 99 (39.06% from 255) = 64.29%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=35.06%
G=64.29%
B=0.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal549910.4500.990.6187.559819.61
Hex366312D0633D586214
Octal6614315501437513014224
Binary11011011000111101101011000111111011011000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366301; }

 p { color: rgb(54,99,1); }

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

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

 a { background-color: rgb(54,99,1); }

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

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

 span { border-color: rgb(54,99,1); }

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