Html Css Color HEX #336600 Verdun Green

📋 copy color: '#336600'

red 51 ◦ green 102 ◦ blue 0

#336600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #336600

Tints of Verdun Green #336600

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 value IS 0.5

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#336600 (or 0x336600) is known color: 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

RGB 51 102 0 -
CMYK 0.5 0 1 0.6
HSL 90º 1% 0.2% -
HSV(B) 90º 1% 0.4% -
XYZ 6.12 10.21 1.65 -
YUV 75.12 85.6 110.79 -
System Red Green Blue C M Y K H S L
Decimal 51 102 0 0.5 0 1 0.6 90 1 0.2
Hex 33 66 0 32 0 64 3C 5A 64 14
Octal 63 146 0 62 0 144 74 132 144 24
Binary 110011 1100110 0 110010 0 1100100 111100 1011010 1100100 10100

Color Harmonies of #336600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336600

Black with #336600

Text Example


Text Example

White with #336600

Text Example


Text Example

HTML Codes & Css Web 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>