Html Css Color HEX #325600 Verdun Green

📋 copy color: '#325600'

red 50 ◦ green 86 ◦ blue 0

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

Shades of Verdun Green #325600

Tints of Verdun Green #325600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 63.24%

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

R = 36.76%
G = 63.24%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#325600 (or 0x325600) is known color: Verdun Green. HEX triplet: 32, 56 and 00. RGB value is (50,86,0). Sum of RGB (Red+Green+Blue) = 50+86+0=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #325600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325600 is #CDA9FF. Grayscale: #414141. Windows color (decimal): -13478400 or 22066. OLE color: 22066.

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

Color convert

RGB 50 86 0 -
CMYK 0.42 0 1 0.66
HSL 85.12º 1% 0.17% -
HSV(B) 85.12º 1% 0.34% -
XYZ 4.64 7.33 1.17 -
YUV 65.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 50 86 0 0.42 0 1 0.66 85.12 1 0.17
Hex 32 56 0 2A 0 64 42 55 64 11
Octal 62 126 0 52 0 144 102 125 144 21
Binary 110010 1010110 0 101010 0 1100100 1000010 1010101 1100100 10001

Color Harmonies of #325600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325600

Black with #325600

Text Example


Text Example

White with #325600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325600; }

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

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

background-color css

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

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

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

border-color css

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

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

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