Html Css Color HEX #336201 Verdun Green

📋 copy color: '#336201'

red 51 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #336201

Tints of Verdun Green #336201

RGB

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

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

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

R = 34%
G = 65.33%
B = 0.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#336201 (or 0x336201) is known color: Verdun Green. HEX triplet: 33, 62 and 01. RGB value is (51,98,1). Sum of RGB (Red+Green+Blue) = 51+98+1=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #336201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336201 is #CC9DFE. Grayscale: #494949. Windows color (decimal): -13409791 or 90675. OLE color: 90675.

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

Color convert

RGB 51 98 1 -
CMYK 0.48 0 0.99 0.62
HSL 89.07º 0.98% 0.19% -
HSV(B) 89.07º 0.99% 0.38% -
XYZ 5.74 9.44 1.55 -
YUV 72.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 51 98 1 0.48 0 0.99 0.62 89.07 0.98 0.19
Hex 33 62 1 30 0 63 3E 59 62 13
Octal 63 142 1 60 0 143 76 131 142 23
Binary 110011 1100010 1 110000 0 1100011 111110 1011001 1100010 10011

Color Harmonies of #336201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336201

Black with #336201

Text Example


Text Example

White with #336201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336201; }

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

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

background-color css

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

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

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

border-color css

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

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

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