Html Css Color HEX #325605 Verdun Green

📋 copy color: '#325605'

red 50 ◦ green 86 ◦ blue 5

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

Shades of Verdun Green #325605

Tints of Verdun Green #325605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.55%

R = 35.46%
G = 60.99%
B = 3.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#325605 (or 0x325605) is known color: Verdun Green. HEX triplet: 32, 56 and 05. RGB value is (50,86,5). Sum of RGB (Red+Green+Blue) = 50+86+5=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 86 (33.98% from 255 or 60.99% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 86 - color contains mainly: green. Hex color #325605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325605 is #CDA9FA. Grayscale: #424242. Windows color (decimal): -13478395 or 349746. OLE color: 349746.

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

Color convert

RGB 50 86 5 -
CMYK 0.42 0 0.94 0.66
HSL 86.67º 0.89% 0.18% -
HSV(B) 86.67º 0.94% 0.34% -
XYZ 4.67 7.34 1.32 -
YUV 66 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 50 86 5 0.42 0 0.94 0.66 86.67 0.89 0.18
Hex 32 56 5 2A 0 5E 42 57 59 12
Octal 62 126 5 52 0 136 102 127 131 22
Binary 110010 1010110 101 101010 0 1011110 1000010 1010111 1011001 10010

Color Harmonies of #325605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325605

Black with #325605

Text Example


Text Example

White with #325605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325605; }

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

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

background-color css

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

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

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

border-color css

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

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

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