#336201

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

Shades of Verdun Green #336201

Tints of Verdun Green #336201

Color information

#336201 (or 0x336201) is unknown color: approx Verdun Green. HEX triplet: 33, 62 and 01. RGB value is (51,98,1). Sum of RGB (Red+Green+Blue) = 51+98+1=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #336201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336201 is #CC9DFE. Grayscale: #494949. Windows color (decimal): -13409791 or 90675. OLE color: 90675.

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

Color convert

RGB51981-
CMYK0.4800.990.62
HSL89.07º97.98%19.41%-
HSV(B)89.07º98.98%38.43%-
XYZ5.749.441.55-
YUV72.8987.43112.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34%
GREEN value IS 98 (38.67% from 255) = 65.33%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=34%
G=65.33%
B=0.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519810.4800.990.6289.0797.9819.41
Hex33621300633E596213
Octal6314216001437613114223
Binary11001111000101110000011000111111101011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336201; }

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

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

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

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

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

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

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

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