Html Css Color HEX #326108 Verdun Green

📋 copy color: '#326108'

red 50 ◦ green 97 ◦ blue 8

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

Shades of Verdun Green #326108

Tints of Verdun Green #326108

RGB

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

 GREEN value IS 97 (38.28% from 255) = 62.58%

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

R = 32.26%
G = 62.58%
B = 5.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#326108 (or 0x326108) is known color: Verdun Green. HEX triplet: 32, 61 and 08. RGB value is (50,97,8). Sum of RGB (Red+Green+Blue) = 50+97+8=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #326108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326108 is #CD9EF7. Grayscale: #494949. Windows color (decimal): -13475576 or 549170. OLE color: 549170.

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

Color convert

RGB 50 97 8 -
CMYK 0.48 0 0.92 0.62
HSL 91.69º 0.85% 0.21% -
HSV(B) 91.69º 0.92% 0.38% -
XYZ 5.63 9.25 1.72 -
YUV 72.8 91.43 111.74 -
System Red Green Blue C M Y K H S L
Decimal 50 97 8 0.48 0 0.92 0.62 91.69 0.85 0.21
Hex 32 61 8 30 0 5C 3E 5C 55 15
Octal 62 141 10 60 0 134 76 134 125 25
Binary 110010 1100001 1000 110000 0 1011100 111110 1011100 1010101 10101

Color Harmonies of #326108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326108

Black with #326108

Text Example


Text Example

White with #326108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326108; }

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

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

background-color css

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

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

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

border-color css

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

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

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