Html Css Color HEX #326408 Verdun Green

📋 copy color: '#326408'

red 50 ◦ green 100 ◦ blue 8

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

Shades of Verdun Green #326408

Tints of Verdun Green #326408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 31.65%
G = 63.29%
B = 5.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#326408 (or 0x326408) is known color: Verdun Green. HEX triplet: 32, 64 and 08. RGB value is (50,100,8). Sum of RGB (Red+Green+Blue) = 50+100+8=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #326408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326408 is #CD9BF7. Grayscale: #4A4A4A. Windows color (decimal): -13474808 or 549938. OLE color: 549938.

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

Color convert

RGB 50 100 8 -
CMYK 0.50 0 0.92 0.61
HSL 92.61º 0.85% 0.21% -
HSV(B) 92.61º 0.92% 0.39% -
XYZ 5.92 9.81 1.81 -
YUV 74.56 90.44 110.48 -
System Red Green Blue C M Y K H S L
Decimal 50 100 8 0.50 0 0.92 0.61 92.61 0.85 0.21
Hex 32 64 8 32 0 5C 3D 5D 55 15
Octal 62 144 10 62 0 134 75 135 125 25
Binary 110010 1100100 1000 110010 0 1011100 111101 1011101 1010101 10101

Color Harmonies of #326408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326408

Black with #326408

Text Example


Text Example

White with #326408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326408; }

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

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

background-color css

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

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

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

border-color css

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

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

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