Html Css Color HEX #326300 Verdun Green

📋 copy color: '#326300'

red 50 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #326300

Tints of Verdun Green #326300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 66.44%

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

R = 33.56%
G = 66.44%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#326300 (or 0x326300) is known color: Verdun Green. HEX triplet: 32, 63 and 00. RGB value is (50,99,0). Sum of RGB (Red+Green+Blue) = 50+99+0=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 99 (39.06% from 255 or 66.44% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 99 - color contains mainly: green. Hex color #326300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #326300 is #CD9CFF. Grayscale: #494949. Windows color (decimal): -13475072 or 25394. OLE color: 25394.

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

Color convert

RGB 50 99 0 -
CMYK 0.49 0 1 0.61
HSL 89.7º 1% 0.19% -
HSV(B) 89.7º 1% 0.39% -
XYZ 5.78 9.6 1.55 -
YUV 73.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 50 99 0 0.49 0 1 0.61 89.7 1 0.19
Hex 32 63 0 31 0 64 3D 5A 64 13
Octal 62 143 0 61 0 144 75 132 144 23
Binary 110010 1100011 0 110001 0 1100100 111101 1011010 1100100 10011

Color Harmonies of #326300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326300

Black with #326300

Text Example


Text Example

White with #326300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326300; }

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

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

background-color css

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

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

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

border-color css

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

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

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