Html Css Color HEX #326800 Verdun Green

📋 copy color: '#326800'

red 50 ◦ green 104 ◦ blue 0

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

Shades of Verdun Green #326800

Tints of Verdun Green #326800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 67.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.47%
G = 67.53%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#326800 (or 0x326800) is known color: Verdun Green. HEX triplet: 32, 68 and 00. RGB value is (50,104,0). Sum of RGB (Red+Green+Blue) = 50+104+0=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #326800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326800 is #CD97FF. Grayscale: #4C4C4C. Windows color (decimal): -13473792 or 26674. OLE color: 26674.

HSL color Cylindrical-coordinate representation of color #326800: hue angle of 91.15º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #326800 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 104 0 -
CMYK 0.52 0 1 0.59
HSL 91.15º 1% 0.2% -
HSV(B) 91.15º 1% 0.41% -
XYZ 6.27 10.58 1.71 -
YUV 76 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 50 104 0 0.52 0 1 0.59 91.15 1 0.2
Hex 32 68 0 34 0 64 3B 5B 64 14
Octal 62 150 0 64 0 144 73 133 144 24
Binary 110010 1101000 0 110100 0 1100100 111011 1011011 1100100 10100

Color Harmonies of #326800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326800

Black with #326800

Text Example


Text Example

White with #326800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326800; }

 p { color: rgb(50,104,0); }

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

background-color css

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

 a { background-color: rgb(50,104,0); }

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

border-color css

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

 span { border-color: rgb(50,104,0); }

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