Html Css Color HEX #326403 Verdun Green

📋 copy color: '#326403'

red 50 ◦ green 100 ◦ blue 3

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

Shades of Verdun Green #326403

Tints of Verdun Green #326403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 65.36%

 BLUE value IS 3 (1.56% from 255) = 1.96%

R = 32.68%
G = 65.36%
B = 1.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#326403 (or 0x326403) is known color: Verdun Green. HEX triplet: 32, 64 and 03. RGB value is (50,100,3). Sum of RGB (Red+Green+Blue) = 50+100+3=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 100 (39.45% from 255 or 65.36% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 100 - color contains mainly: green. Hex color #326403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326403 is #CD9BFC. Grayscale: #4A4A4A. Windows color (decimal): -13474813 or 222258. OLE color: 222258.

HSL color Cylindrical-coordinate representation of color #326403: hue angle of 90.93º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #326403 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 100 3 -
CMYK 0.50 0 0.97 0.61
HSL 90.93º 0.94% 0.2% -
HSV(B) 90.93º 0.97% 0.39% -
XYZ 5.89 9.8 1.67 -
YUV 73.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 50 100 3 0.50 0 0.97 0.61 90.93 0.94 0.2
Hex 32 64 3 32 0 61 3D 5B 5E 14
Octal 62 144 3 62 0 141 75 133 136 24
Binary 110010 1100100 11 110010 0 1100001 111101 1011011 1011110 10100

Color Harmonies of #326403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326403

Black with #326403

Text Example


Text Example

White with #326403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326403; }

 p { color: rgb(50,100,3); }

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

background-color css

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

 a { background-color: rgb(50,100,3); }

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

border-color css

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

 span { border-color: rgb(50,100,3); }

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