#336600

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

Shades of Verdun Green #336600

Tints of Verdun Green #336600

Color information

#336600 (or 0x336600) is unknown color: approx Verdun Green. HEX triplet: 33, 66 and 00. RGB value is (51,102,0). Sum of RGB (Red+Green+Blue) = 51+102+0=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #336600 is a web safe color. Inversed color of #336600 is #CC99FF. Grayscale: #4B4B4B. Windows color (decimal): -13408768 or 26163. OLE color: 26163.

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

Color convert

RGB511020-
CMYK0.5010.6
HSL90º100%20%-
HSV(B)90º100%40%-
XYZ6.1210.211.65-
YUV75.1285.6110.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5110200.5010.69010020
Hex33660320643C5a6414
Octal6314606201447413214424
Binary11001111001100110010011001001111001011010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336600; }

 p { color: rgb(51,102,0); }

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

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

 a { background-color: rgb(51,102,0); }

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

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

 span { border-color: rgb(51,102,0); }

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