Html Css Color HEX #336200 Verdun Green

📋 copy color: '#336200'

red 51 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #336200

Tints of Verdun Green #336200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 65.77%

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

R = 34.23%
G = 65.77%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#336200 (or 0x336200) is known color: Verdun Green. HEX triplet: 33, 62 and 00. RGB value is (51,98,0). Sum of RGB (Red+Green+Blue) = 51+98+0=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #336200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336200 is #CC9DFF. Grayscale: #494949. Windows color (decimal): -13409792 or 25139. OLE color: 25139.

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

Color convert

RGB 51 98 0 -
CMYK 0.48 0 1 0.62
HSL 88.78º 1% 0.19% -
HSV(B) 88.78º 1% 0.38% -
XYZ 5.73 9.44 1.52 -
YUV 72.78 86.93 112.47 -
System Red Green Blue C M Y K H S L
Decimal 51 98 0 0.48 0 1 0.62 88.78 1 0.19
Hex 33 62 0 30 0 64 3E 59 64 13
Octal 63 142 0 60 0 144 76 131 144 23
Binary 110011 1100010 0 110000 0 1100100 111110 1011001 1100100 10011

Color Harmonies of #336200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336200

Black with #336200

Text Example


Text Example

White with #336200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336200; }

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

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

background-color css

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

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

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

border-color css

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

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

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