Html Css Color HEX #325301 Verdun Green

📋 copy color: '#325301'

red 50 ◦ green 83 ◦ blue 1

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

Shades of Verdun Green #325301

Tints of Verdun Green #325301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.94%

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

R = 37.31%
G = 61.94%
B = 0.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#325301 (or 0x325301) is known color: Verdun Green. HEX triplet: 32, 53 and 01. RGB value is (50,83,1). Sum of RGB (Red+Green+Blue) = 50+83+1=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #325301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325301 is #CDACFE. Grayscale: #404040. Windows color (decimal): -13479167 or 86834. OLE color: 86834.

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

Color convert

RGB 50 83 1 -
CMYK 0.40 0 0.99 0.67
HSL 84.15º 0.98% 0.16% -
HSV(B) 84.15º 0.99% 0.33% -
XYZ 4.41 6.87 1.12 -
YUV 63.79 92.57 118.17 -
System Red Green Blue C M Y K H S L
Decimal 50 83 1 0.40 0 0.99 0.67 84.15 0.98 0.16
Hex 32 53 1 28 0 63 43 54 62 10
Octal 62 123 1 50 0 143 103 124 142 20
Binary 110010 1010011 1 101000 0 1100011 1000011 1010100 1100010 10000

Color Harmonies of #325301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325301

Black with #325301

Text Example


Text Example

White with #325301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325301; }

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

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

background-color css

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

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

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

border-color css

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

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

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