Html Css Color HEX #325803 Verdun Green

📋 copy color: '#325803'

red 50 ◦ green 88 ◦ blue 3

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

Shades of Verdun Green #325803

Tints of Verdun Green #325803

RGB

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

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

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

R = 35.46%
G = 62.41%
B = 2.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#325803 (or 0x325803) is known color: Verdun Green. HEX triplet: 32, 58 and 03. RGB value is (50,88,3). Sum of RGB (Red+Green+Blue) = 50+88+3=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #325803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325803 is #CDA7FC. Grayscale: #434343. Windows color (decimal): -13477885 or 219186. OLE color: 219186.

HSL color Cylindrical-coordinate representation of color #325803: hue angle of 86.82º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #325803 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 88 3 -
CMYK 0.43 0 0.97 0.65
HSL 86.82º 0.93% 0.18% -
HSV(B) 86.82º 0.97% 0.35% -
XYZ 4.82 7.66 1.31 -
YUV 66.95 91.91 115.91 -
System Red Green Blue C M Y K H S L
Decimal 50 88 3 0.43 0 0.97 0.65 86.82 0.93 0.18
Hex 32 58 3 2B 0 61 41 57 5D 12
Octal 62 130 3 53 0 141 101 127 135 22
Binary 110010 1011000 11 101011 0 1100001 1000001 1010111 1011101 10010

Color Harmonies of #325803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325803

Black with #325803

Text Example


Text Example

White with #325803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325803; }

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

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

background-color css

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

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

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

border-color css

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

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

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