Html Css Color HEX #325403 Verdun Green

📋 copy color: '#325403'

red 50 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #325403

Tints of Verdun Green #325403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 61.31%

 BLUE value IS 3 (1.56% from 255) = 2.19%

R = 36.5%
G = 61.31%
B = 2.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#325403 (or 0x325403) is known color: Verdun Green. HEX triplet: 32, 54 and 03. RGB value is (50,84,3). Sum of RGB (Red+Green+Blue) = 50+84+3=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #325403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325403 is #CDABFC. Grayscale: #404040. Windows color (decimal): -13478909 or 218162. OLE color: 218162.

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

Color convert

RGB 50 84 3 -
CMYK 0.40 0 0.96 0.67
HSL 85.19º 0.93% 0.17% -
HSV(B) 85.19º 0.96% 0.33% -
XYZ 4.5 7.03 1.2 -
YUV 64.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 50 84 3 0.40 0 0.96 0.67 85.19 0.93 0.17
Hex 32 54 3 28 0 60 43 55 5D 11
Octal 62 124 3 50 0 140 103 125 135 21
Binary 110010 1010100 11 101000 0 1100000 1000011 1010101 1011101 10001

Color Harmonies of #325403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325403

Black with #325403

Text Example


Text Example

White with #325403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325403; }

 p { color: rgb(50,84,3); }

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

background-color css

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

 a { background-color: rgb(50,84,3); }

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

border-color css

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

 span { border-color: rgb(50,84,3); }

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