Html Css Color HEX #325601 Verdun Green

📋 copy color: '#325601'

red 50 ◦ green 86 ◦ blue 1

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

Shades of Verdun Green #325601

Tints of Verdun Green #325601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 36.5%
G = 62.77%
B = 0.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#325601 (or 0x325601) is known color: Verdun Green. HEX triplet: 32, 56 and 01. RGB value is (50,86,1). Sum of RGB (Red+Green+Blue) = 50+86+1=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 86 (33.98% from 255 or 62.77% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 86 - color contains mainly: green. Hex color #325601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325601 is #CDA9FE. Grayscale: #414141. Windows color (decimal): -13478399 or 87602. OLE color: 87602.

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

Color convert

RGB 50 86 1 -
CMYK 0.42 0 0.99 0.66
HSL 85.41º 0.98% 0.17% -
HSV(B) 85.41º 0.99% 0.34% -
XYZ 4.65 7.34 1.2 -
YUV 65.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 50 86 1 0.42 0 0.99 0.66 85.41 0.98 0.17
Hex 32 56 1 2A 0 63 42 55 62 11
Octal 62 126 1 52 0 143 102 125 142 21
Binary 110010 1010110 1 101010 0 1100011 1000010 1010101 1100010 10001

Color Harmonies of #325601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325601

Black with #325601

Text Example


Text Example

White with #325601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325601; }

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

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

background-color css

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

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

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

border-color css

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

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

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