Html Css Color HEX #325800 Verdun Green

📋 copy color: '#325800'

red 50 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #325800

Tints of Verdun Green #325800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 63.77%

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

R = 36.23%
G = 63.77%
B = 0%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#325800 (or 0x325800) is known color: Verdun Green. HEX triplet: 32, 58 and 00. RGB value is (50,88,0). Sum of RGB (Red+Green+Blue) = 50+88+0=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #325800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325800 is #CDA7FF. Grayscale: #424242. Windows color (decimal): -13477888 or 22578. OLE color: 22578.

HSL color Cylindrical-coordinate representation of color #325800: hue angle of 85.91º 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 #325800 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 0 -
CMYK 0.43 0 1 0.65
HSL 85.91º 1% 0.17% -
HSV(B) 85.91º 1% 0.35% -
XYZ 4.81 7.66 1.22 -
YUV 66.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 50 88 0 0.43 0 1 0.65 85.91 1 0.17
Hex 32 58 0 2B 0 64 41 56 64 11
Octal 62 130 0 53 0 144 101 126 144 21
Binary 110010 1011000 0 101011 0 1100100 1000001 1010110 1100100 10001

Color Harmonies of #325800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325800

Black with #325800

Text Example


Text Example

White with #325800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325800; }

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

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

background-color css

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

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

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

border-color css

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

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

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