Html Css Color HEX #325602 Verdun Green

📋 copy color: '#325602'

red 50 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #325602

Tints of Verdun Green #325602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 62.32%

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

R = 36.23%
G = 62.32%
B = 1.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#325602 (or 0x325602) is known color: Verdun Green. HEX triplet: 32, 56 and 02. RGB value is (50,86,2). Sum of RGB (Red+Green+Blue) = 50+86+2=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 86 (33.98% from 255 or 62.32% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 86 - color contains mainly: green. Hex color #325602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325602 is #CDA9FD. Grayscale: #414141. Windows color (decimal): -13478398 or 153138. OLE color: 153138.

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

Color convert

RGB 50 86 2 -
CMYK 0.42 0 0.98 0.66
HSL 85.71º 0.95% 0.17% -
HSV(B) 85.71º 0.98% 0.34% -
XYZ 4.65 7.34 1.23 -
YUV 65.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 50 86 2 0.42 0 0.98 0.66 85.71 0.95 0.17
Hex 32 56 2 2A 0 62 42 56 5F 11
Octal 62 126 2 52 0 142 102 126 137 21
Binary 110010 1010110 10 101010 0 1100010 1000010 1010110 1011111 10001

Color Harmonies of #325602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325602

Black with #325602

Text Example


Text Example

White with #325602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325602; }

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

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

background-color css

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

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

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

border-color css

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

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

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