Html Css Color HEX #326200 Verdun Green

📋 copy color: '#326200'

red 50 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #326200

Tints of Verdun Green #326200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.78%
G = 66.22%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#326200 (or 0x326200) is known color: Verdun Green. HEX triplet: 32, 62 and 00. RGB value is (50,98,0). Sum of RGB (Red+Green+Blue) = 50+98+0=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #326200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326200 is #CD9DFF. Grayscale: #484848. Windows color (decimal): -13475328 or 25138. OLE color: 25138.

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

Color convert

RGB 50 98 0 -
CMYK 0.49 0 1 0.62
HSL 89.39º 1% 0.19% -
HSV(B) 89.39º 1% 0.38% -
XYZ 5.68 9.41 1.52 -
YUV 72.48 87.1 111.97 -
System Red Green Blue C M Y K H S L
Decimal 50 98 0 0.49 0 1 0.62 89.39 1 0.19
Hex 32 62 0 31 0 64 3E 59 64 13
Octal 62 142 0 61 0 144 76 131 144 23
Binary 110010 1100010 0 110001 0 1100100 111110 1011001 1100100 10011

Color Harmonies of #326200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326200

Black with #326200

Text Example


Text Example

White with #326200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326200; }

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

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

background-color css

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

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

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

border-color css

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

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

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