Html Css Color HEX #326900 Verdun Green

📋 copy color: '#326900'

red 50 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #326900

Tints of Verdun Green #326900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 67.74%

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

R = 32.26%
G = 67.74%
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

#326900 (or 0x326900) is known color: Verdun Green. HEX triplet: 32, 69 and 00. RGB value is (50,105,0). Sum of RGB (Red+Green+Blue) = 50+105+0=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #326900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326900 is #CD96FF. Grayscale: #4C4C4C. Windows color (decimal): -13473536 or 26930. OLE color: 26930.

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

Color convert

RGB 50 105 0 -
CMYK 0.52 0 1 0.59
HSL 91.43º 1% 0.21% -
HSV(B) 91.43º 1% 0.41% -
XYZ 6.37 10.78 1.75 -
YUV 76.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 50 105 0 0.52 0 1 0.59 91.43 1 0.21
Hex 32 69 0 34 0 64 3B 5B 64 15
Octal 62 151 0 64 0 144 73 133 144 25
Binary 110010 1101001 0 110100 0 1100100 111011 1011011 1100100 10101

Color Harmonies of #326900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326900

Black with #326900

Text Example


Text Example

White with #326900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326900; }

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

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

background-color css

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

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

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

border-color css

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

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

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