Html Css Color HEX #326203 Verdun Green

📋 copy color: '#326203'

red 50 ◦ green 98 ◦ blue 3

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

Shades of Verdun Green #326203

Tints of Verdun Green #326203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 33.11%
G = 64.9%
B = 1.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#326203 (or 0x326203) is known color: Verdun Green. HEX triplet: 32, 62 and 03. RGB value is (50,98,3). Sum of RGB (Red+Green+Blue) = 50+98+3=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #326203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326203 is #CD9DFC. Grayscale: #494949. Windows color (decimal): -13475325 or 221746. OLE color: 221746.

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

Color convert

RGB 50 98 3 -
CMYK 0.49 0 0.97 0.62
HSL 90.32º 0.94% 0.2% -
HSV(B) 90.32º 0.97% 0.38% -
XYZ 5.7 9.42 1.6 -
YUV 72.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 50 98 3 0.49 0 0.97 0.62 90.32 0.94 0.2
Hex 32 62 3 31 0 61 3E 5A 5E 14
Octal 62 142 3 61 0 141 76 132 136 24
Binary 110010 1100010 11 110001 0 1100001 111110 1011010 1011110 10100

Color Harmonies of #326203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326203

Black with #326203

Text Example


Text Example

White with #326203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326203; }

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

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

background-color css

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

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

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

border-color css

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

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

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