Html Css Color HEX #326508 Verdun Green

📋 copy color: '#326508'

red 50 ◦ green 101 ◦ blue 8

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

Shades of Verdun Green #326508

Tints of Verdun Green #326508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 63.52%

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

R = 31.45%
G = 63.52%
B = 5.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#326508 (or 0x326508) is known color: Verdun Green. HEX triplet: 32, 65 and 08. RGB value is (50,101,8). Sum of RGB (Red+Green+Blue) = 50+101+8=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #326508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326508 is #CD9AF7. Grayscale: #4B4B4B. Windows color (decimal): -13474552 or 550194. OLE color: 550194.

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

Color convert

RGB 50 101 8 -
CMYK 0.50 0 0.92 0.60
HSL 92.9º 0.85% 0.21% -
HSV(B) 92.9º 0.92% 0.4% -
XYZ 6.01 10 1.84 -
YUV 75.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 50 101 8 0.50 0 0.92 0.60 92.9 0.85 0.21
Hex 32 65 8 32 0 5C 3C 5D 55 15
Octal 62 145 10 62 0 134 74 135 125 25
Binary 110010 1100101 1000 110010 0 1011100 111100 1011101 1010101 10101

Color Harmonies of #326508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326508

Black with #326508

Text Example


Text Example

White with #326508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326508; }

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

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

background-color css

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

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

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

border-color css

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

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

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