Html Css Color HEX #325500 Verdun Green

📋 copy color: '#325500'

red 50 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #325500

Tints of Verdun Green #325500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.96%

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

R = 37.04%
G = 62.96%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#325500 (or 0x325500) is known color: Verdun Green. HEX triplet: 32, 55 and 00. RGB value is (50,85,0). Sum of RGB (Red+Green+Blue) = 50+85+0=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #325500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325500 is #CDAAFF. Grayscale: #414141. Windows color (decimal): -13478656 or 21810. OLE color: 21810.

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

Color convert

RGB 50 85 0 -
CMYK 0.41 0 1 0.67
HSL 84.71º 1% 0.17% -
HSV(B) 84.71º 1% 0.33% -
XYZ 4.56 7.18 1.14 -
YUV 64.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 50 85 0 0.41 0 1 0.67 84.71 1 0.17
Hex 32 55 0 29 0 64 43 55 64 11
Octal 62 125 0 51 0 144 103 125 144 21
Binary 110010 1010101 0 101001 0 1100100 1000011 1010101 1100100 10001

Color Harmonies of #325500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325500

Black with #325500

Text Example


Text Example

White with #325500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325500; }

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

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

background-color css

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

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

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

border-color css

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

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

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