#366601

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

Shades of Verdun Green #366601

Tints of Verdun Green #366601

Color information

#366601 (or 0x366601) is unknown color: approx Verdun Green. HEX triplet: 36, 66 and 01. RGB value is (54,102,1). Sum of RGB (Red+Green+Blue) = 54+102+1=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #366601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366601 is #C999FE. Grayscale: #4C4C4C. Windows color (decimal): -13212159 or 91702. OLE color: 91702.

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

Color convert

RGB541021-
CMYK0.4700.990.6
HSL88.51º98.06%20.2%-
HSV(B)88.51º99.02%40%-
XYZ6.2810.291.68-
YUV76.1385.6112.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 102 (40.23% from 255) = 64.97%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=34.39%
G=64.97%
B=0.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5410210.4700.990.688.5198.0620.2
Hex366612F0633C596214
Octal6614615701437413114224
Binary11011011001101101111011000111111001011001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366601; }

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

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

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

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

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

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

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

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