Html Css Color HEX #336800 Verdun Green

📋 copy color: '#336800'

red 51 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #336800

Tints of Verdun Green #336800

RGB

 RED value IS 51 (20.31% from 255) = 32.9%

 GREEN value IS 104 (41.02% from 255) = 67.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.9%
G = 67.1%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#336800 (or 0x336800) is known color: Verdun Green. HEX triplet: 33, 68 and 00. RGB value is (51,104,0). Sum of RGB (Red+Green+Blue) = 51+104+0=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #336800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336800 is #CC97FF. Grayscale: #4C4C4C. Windows color (decimal): -13408256 or 26675. OLE color: 26675.

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

Color convert

RGB 51 104 0 -
CMYK 0.51 0 1 0.59
HSL 90.58º 1% 0.2% -
HSV(B) 90.58º 1% 0.41% -
XYZ 6.32 10.6 1.71 -
YUV 76.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 51 104 0 0.51 0 1 0.59 90.58 1 0.2
Hex 33 68 0 33 0 64 3B 5B 64 14
Octal 63 150 0 63 0 144 73 133 144 24
Binary 110011 1101000 0 110011 0 1100100 111011 1011011 1100100 10100

Color Harmonies of #336800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336800

Black with #336800

Text Example


Text Example

White with #336800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336800; }

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

 H1.HeaderClassName
 {
   color: #336800;
 }
 .AnyTagClassName
 {
   color: #336800;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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