#336701

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

Shades of Verdun Green #336701

Tints of Verdun Green #336701

Color information

#336701 (or 0x336701) is unknown color: approx Verdun Green. HEX triplet: 33, 67 and 01. RGB value is (51,103,1). Sum of RGB (Red+Green+Blue) = 51+103+1=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #336701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336701 is #CC98FE. Grayscale: #4C4C4C. Windows color (decimal): -13408511 or 91955. OLE color: 91955.

HSL color Cylindrical-coordinate representation of color #336701: hue angle of 90.59º 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 #336701 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB511031-
CMYK0.5000.990.60
HSL90.59º98.08%20.39%-
HSV(B)90.59º99.03%40.39%-
XYZ6.2210.411.71-
YUV75.8285.77110.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.90%
GREEN value IS 103 (40.62% from 255) = 66.45%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=32.90%
G=66.45%
B=0.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5110310.5000.990.6090.5998.0820.39
Hex33671320633C5b6214
Octal6314716201437413314224
Binary11001111001111110010011000111111001011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336701; }

 p { color: rgb(51,103,1); }

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

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

 a { background-color: rgb(51,103,1); }

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

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

 span { border-color: rgb(51,103,1); }

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