#336001

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

Shades of Verdun Green #336001

Tints of Verdun Green #336001

Color information

#336001 (or 0x336001) is unknown color: approx Verdun Green. HEX triplet: 33, 60 and 01. RGB value is (51,96,1). Sum of RGB (Red+Green+Blue) = 51+96+1=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #336001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336001 is #CC9FFE. Grayscale: #484848. Windows color (decimal): -13410303 or 90163. OLE color: 90163.

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

Color convert

RGB51961-
CMYK0.4700.990.62
HSL88.42º97.94%19.02%-
HSV(B)88.42º98.96%37.65%-
XYZ5.559.071.49-
YUV71.7288.09113.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.46%
GREEN value IS 96 (37.89% from 255) = 64.86%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=34.46%
G=64.86%
B=0.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519610.4700.990.6288.4297.9419.02
Hex336012F0633E586213
Octal6314015701437613014223
Binary11001111000001101111011000111111101011000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336001; }

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

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

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

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

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

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

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

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