Html Css Color HEX #336801 Verdun Green

📋 copy color: '#336801'

red 51 ◦ green 104 ◦ blue 1

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

Shades of Verdun Green #336801

Tints of Verdun Green #336801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 32.69%
G = 66.67%
B = 0.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#336801 (or 0x336801) is known color: Verdun Green. HEX triplet: 33, 68 and 01. RGB value is (51,104,1). Sum of RGB (Red+Green+Blue) = 51+104+1=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #336801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336801 is #CC97FE. Grayscale: #4C4C4C. Windows color (decimal): -13408255 or 92211. OLE color: 92211.

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

Color convert

RGB 51 104 1 -
CMYK 0.51 0 0.99 0.59
HSL 90.87º 0.98% 0.21% -
HSV(B) 90.87º 0.99% 0.41% -
XYZ 6.32 10.61 1.74 -
YUV 76.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 51 104 1 0.51 0 0.99 0.59 90.87 0.98 0.21
Hex 33 68 1 33 0 63 3B 5B 62 15
Octal 63 150 1 63 0 143 73 133 142 25
Binary 110011 1101000 1 110011 0 1100011 111011 1011011 1100010 10101

Color Harmonies of #336801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336801

Black with #336801

Text Example


Text Example

White with #336801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336801; }

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

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

background-color css

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

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

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

border-color css

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

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

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