Html Css Color HEX #326103 Verdun Green

📋 copy color: '#326103'

red 50 ◦ green 97 ◦ blue 3

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

Shades of Verdun Green #326103

Tints of Verdun Green #326103

RGB

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

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

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

R = 33.33%
G = 64.67%
B = 2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#326103 (or 0x326103) is known color: Verdun Green. HEX triplet: 32, 61 and 03. RGB value is (50,97,3). Sum of RGB (Red+Green+Blue) = 50+97+3=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #326103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326103 is #CD9EFC. Grayscale: #484848. Windows color (decimal): -13475581 or 221490. OLE color: 221490.

HSL color Cylindrical-coordinate representation of color #326103: hue angle of 90º 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 #326103 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 3 -
CMYK 0.48 0 0.97 0.62
HSL 90º 0.94% 0.2% -
HSV(B) 90º 0.97% 0.38% -
XYZ 5.61 9.23 1.57 -
YUV 72.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 50 97 3 0.48 0 0.97 0.62 90 0.94 0.2
Hex 32 61 3 30 0 61 3E 5A 5E 14
Octal 62 141 3 60 0 141 76 132 136 24
Binary 110010 1100001 11 110000 0 1100001 111110 1011010 1011110 10100

Color Harmonies of #326103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326103

Black with #326103

Text Example


Text Example

White with #326103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326103; }

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

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

background-color css

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

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

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

border-color css

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

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

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