Html Css Color HEX #325900 Verdun Green

📋 copy color: '#325900'

red 50 ◦ green 89 ◦ blue 0

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

Shades of Verdun Green #325900

Tints of Verdun Green #325900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 64.03%

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

R = 35.97%
G = 64.03%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#325900 (or 0x325900) is known color: Verdun Green. HEX triplet: 32, 59 and 00. RGB value is (50,89,0). Sum of RGB (Red+Green+Blue) = 50+89+0=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #325900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325900 is #CDA6FF. Grayscale: #434343. Windows color (decimal): -13477632 or 22834. OLE color: 22834.

HSL color Cylindrical-coordinate representation of color #325900: hue angle of 86.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #325900 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 0 -
CMYK 0.44 0 1 0.65
HSL 86.29º 1% 0.17% -
HSV(B) 86.29º 1% 0.35% -
XYZ 4.89 7.82 1.25 -
YUV 67.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 50 89 0 0.44 0 1 0.65 86.29 1 0.17
Hex 32 59 0 2C 0 64 41 56 64 11
Octal 62 131 0 54 0 144 101 126 144 21
Binary 110010 1011001 0 101100 0 1100100 1000001 1010110 1100100 10001

Color Harmonies of #325900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325900

Black with #325900

Text Example


Text Example

White with #325900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325900; }

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

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

background-color css

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

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

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

border-color css

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

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

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