Html Css Color HEX #336901 Verdun Green

📋 copy color: '#336901'

red 51 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #336901

Tints of Verdun Green #336901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 66.88%

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

R = 32.48%
G = 66.88%
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

#336901 (or 0x336901) is known color: Verdun Green. HEX triplet: 33, 69 and 01. RGB value is (51,105,1). Sum of RGB (Red+Green+Blue) = 51+105+1=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 105 (41.41% from 255 or 66.88% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 105 - color contains mainly: green. Hex color #336901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336901 is #CC96FE. Grayscale: #4D4D4D. Windows color (decimal): -13407999 or 92467. OLE color: 92467.

HSL color Cylindrical-coordinate representation of color #336901: hue angle of 91.15º 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 #336901 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 105 1 -
CMYK 0.51 0 0.99 0.59
HSL 91.15º 0.98% 0.21% -
HSV(B) 91.15º 0.99% 0.41% -
XYZ 6.42 10.81 1.78 -
YUV 77 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 51 105 1 0.51 0 0.99 0.59 91.15 0.98 0.21
Hex 33 69 1 33 0 63 3B 5B 62 15
Octal 63 151 1 63 0 143 73 133 142 25
Binary 110011 1101001 1 110011 0 1100011 111011 1011011 1100010 10101

Color Harmonies of #336901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336901

Black with #336901

Text Example


Text Example

White with #336901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336901; }

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

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

background-color css

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

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

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

border-color css

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

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

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