Html Css Color HEX #326001 Verdun Green

📋 copy color: '#326001'

red 50 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #326001

Tints of Verdun Green #326001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 34.01%
G = 65.31%
B = 0.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#326001 (or 0x326001) is known color: Verdun Green. HEX triplet: 32, 60 and 01. RGB value is (50,96,1). Sum of RGB (Red+Green+Blue) = 50+96+1=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #326001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326001 is #CD9FFE. Grayscale: #474747. Windows color (decimal): -13475839 or 90162. OLE color: 90162.

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

Color convert

RGB 50 96 1 -
CMYK 0.48 0 0.99 0.62
HSL 89.05º 0.98% 0.19% -
HSV(B) 89.05º 0.99% 0.38% -
XYZ 5.5 9.05 1.48 -
YUV 71.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 50 96 1 0.48 0 0.99 0.62 89.05 0.98 0.19
Hex 32 60 1 30 0 63 3E 59 62 13
Octal 62 140 1 60 0 143 76 131 142 23
Binary 110010 1100000 1 110000 0 1100011 111110 1011001 1100010 10011

Color Harmonies of #326001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326001

Black with #326001

Text Example


Text Example

White with #326001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326001; }

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

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

background-color css

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

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

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

border-color css

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

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

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