Html Css Color HEX #326701 Verdun Green

📋 copy color: '#326701'

red 50 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #326701

Tints of Verdun Green #326701

RGB

 RED value IS 50 (19.92% from 255) = 32.47%

 GREEN value IS 103 (40.63% from 255) = 66.88%

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

R = 32.47%
G = 66.88%
B = 0.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#326701 (or 0x326701) is known color: Verdun Green. HEX triplet: 32, 67 and 01. RGB value is (50,103,1). Sum of RGB (Red+Green+Blue) = 50+103+1=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 103 (40.62% from 255 or 66.88% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 103 - color contains mainly: green. Hex color #326701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326701 is #CD98FE. Grayscale: #4B4B4B. Windows color (decimal): -13474047 or 91954. OLE color: 91954.

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

Color convert

RGB 50 103 1 -
CMYK 0.51 0 0.99 0.60
HSL 91.18º 0.98% 0.2% -
HSV(B) 91.18º 0.99% 0.4% -
XYZ 6.17 10.38 1.71 -
YUV 75.53 85.94 109.79 -
System Red Green Blue C M Y K H S L
Decimal 50 103 1 0.51 0 0.99 0.60 91.18 0.98 0.2
Hex 32 67 1 33 0 63 3C 5B 62 14
Octal 62 147 1 63 0 143 74 133 142 24
Binary 110010 1100111 1 110011 0 1100011 111100 1011011 1100010 10100

Color Harmonies of #326701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326701

Black with #326701

Text Example


Text Example

White with #326701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326701; }

 p { color: rgb(50,103,1); }

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

background-color css

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

 a { background-color: rgb(50,103,1); }

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

border-color css

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

 span { border-color: rgb(50,103,1); }

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