Html Css Color HEX #325502 Verdun Green

📋 copy color: '#325502'

red 50 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #325502

Tints of Verdun Green #325502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.46%

R = 36.5%
G = 62.04%
B = 1.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#325502 (or 0x325502) is known color: Verdun Green. HEX triplet: 32, 55 and 02. RGB value is (50,85,2). Sum of RGB (Red+Green+Blue) = 50+85+2=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #325502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325502 is #CDAAFD. Grayscale: #414141. Windows color (decimal): -13478654 or 152882. OLE color: 152882.

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

Color convert

RGB 50 85 2 -
CMYK 0.41 0 0.98 0.67
HSL 85.3º 0.95% 0.17% -
HSV(B) 85.3º 0.98% 0.33% -
XYZ 4.57 7.18 1.2 -
YUV 65.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 50 85 2 0.41 0 0.98 0.67 85.3 0.95 0.17
Hex 32 55 2 29 0 62 43 55 5F 11
Octal 62 125 2 51 0 142 103 125 137 21
Binary 110010 1010101 10 101001 0 1100010 1000011 1010101 1011111 10001

Color Harmonies of #325502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325502

Black with #325502

Text Example


Text Example

White with #325502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325502; }

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

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

background-color css

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

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

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

border-color css

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

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

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