Html Css Color HEX #326204 Verdun Green

📋 copy color: '#326204'

red 50 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #326204

Tints of Verdun Green #326204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 64.47%

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 32.89%
G = 64.47%
B = 2.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#326204 (or 0x326204) is known color: Verdun Green. HEX triplet: 32, 62 and 04. RGB value is (50,98,4). Sum of RGB (Red+Green+Blue) = 50+98+4=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #326204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326204 is #CD9DFB. Grayscale: #494949. Windows color (decimal): -13475324 or 287282. OLE color: 287282.

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

Color convert

RGB 50 98 4 -
CMYK 0.49 0 0.96 0.62
HSL 90.64º 0.92% 0.2% -
HSV(B) 90.64º 0.96% 0.38% -
XYZ 5.7 9.42 1.63 -
YUV 72.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 50 98 4 0.49 0 0.96 0.62 90.64 0.92 0.2
Hex 32 62 4 31 0 60 3E 5B 5C 14
Octal 62 142 4 61 0 140 76 133 134 24
Binary 110010 1100010 100 110001 0 1100000 111110 1011011 1011100 10100

Color Harmonies of #326204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326204

Black with #326204

Text Example


Text Example

White with #326204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326204; }

 p { color: rgb(50,98,4); }

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

background-color css

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

 a { background-color: rgb(50,98,4); }

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

border-color css

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

 span { border-color: rgb(50,98,4); }

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