Html Css Color HEX #326009 Verdun Green

📋 copy color: '#326009'

red 50 ◦ green 96 ◦ blue 9

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

Shades of Verdun Green #326009

Tints of Verdun Green #326009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.94%

 BLUE value IS 9 (3.91% from 255) = 5.81%

R = 32.26%
G = 61.94%
B = 5.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#326009 (or 0x326009) is known color: Verdun Green. HEX triplet: 32, 60 and 09. RGB value is (50,96,9). Sum of RGB (Red+Green+Blue) = 50+96+9=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #326009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326009 is #CD9FF6. Grayscale: #484848. Windows color (decimal): -13475831 or 614450. OLE color: 614450.

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

Color convert

RGB 50 96 9 -
CMYK 0.48 0 0.91 0.62
HSL 91.72º 0.83% 0.21% -
HSV(B) 91.72º 0.91% 0.38% -
XYZ 5.55 9.06 1.72 -
YUV 72.33 92.26 112.07 -
System Red Green Blue C M Y K H S L
Decimal 50 96 9 0.48 0 0.91 0.62 91.72 0.83 0.21
Hex 32 60 9 30 0 5B 3E 5C 53 15
Octal 62 140 11 60 0 133 76 134 123 25
Binary 110010 1100000 1001 110000 0 1011011 111110 1011100 1010011 10101

Color Harmonies of #326009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326009

Black with #326009

Text Example


Text Example

White with #326009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326009; }

 p { color: rgb(50,96,9); }

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

background-color css

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

 a { background-color: rgb(50,96,9); }

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

border-color css

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

 span { border-color: rgb(50,96,9); }

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