Html Css Color HEX #326106 Verdun Green

📋 copy color: '#326106'

red 50 ◦ green 97 ◦ blue 6

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

Shades of Verdun Green #326106

Tints of Verdun Green #326106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 32.68%
G = 63.4%
B = 3.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#326106 (or 0x326106) is known color: Verdun Green. HEX triplet: 32, 61 and 06. RGB value is (50,97,6). Sum of RGB (Red+Green+Blue) = 50+97+6=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #326106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326106 is #CD9EF9. Grayscale: #484848. Windows color (decimal): -13475578 or 418098. OLE color: 418098.

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

Color convert

RGB 50 97 6 -
CMYK 0.48 0 0.94 0.62
HSL 90.99º 0.88% 0.2% -
HSV(B) 90.99º 0.94% 0.38% -
XYZ 5.62 9.24 1.66 -
YUV 72.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 50 97 6 0.48 0 0.94 0.62 90.99 0.88 0.2
Hex 32 61 6 30 0 5E 3E 5B 58 14
Octal 62 141 6 60 0 136 76 133 130 24
Binary 110010 1100001 110 110000 0 1011110 111110 1011011 1011000 10100

Color Harmonies of #326106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326106

Black with #326106

Text Example


Text Example

White with #326106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326106; }

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

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

background-color css

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

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

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

border-color css

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

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

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