Html Css Color HEX #325402 Verdun Green

📋 copy color: '#325402'

red 50 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #325402

Tints of Verdun Green #325402

RGB

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

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

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

R = 36.76%
G = 61.76%
B = 1.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#325402 (or 0x325402) is known color: Verdun Green. HEX triplet: 32, 54 and 02. RGB value is (50,84,2). Sum of RGB (Red+Green+Blue) = 50+84+2=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #325402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325402 is #CDABFD. Grayscale: #404040. Windows color (decimal): -13478910 or 152626. OLE color: 152626.

HSL color Cylindrical-coordinate representation of color #325402: hue angle of 84.88º 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 #325402 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 2 -
CMYK 0.40 0 0.98 0.67
HSL 84.88º 0.95% 0.17% -
HSV(B) 84.88º 0.98% 0.33% -
XYZ 4.5 7.02 1.18 -
YUV 64.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 50 84 2 0.40 0 0.98 0.67 84.88 0.95 0.17
Hex 32 54 2 28 0 62 43 55 5F 11
Octal 62 124 2 50 0 142 103 125 137 21
Binary 110010 1010100 10 101000 0 1100010 1000011 1010101 1011111 10001

Color Harmonies of #325402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325402

Black with #325402

Text Example


Text Example

White with #325402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325402; }

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

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

background-color css

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

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

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

border-color css

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

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

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