Html Css Color HEX #325906 Verdun Green

📋 copy color: '#325906'

red 50 ◦ green 89 ◦ blue 6

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

Shades of Verdun Green #325906

Tints of Verdun Green #325906

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.38%

 BLUE value IS 6 (2.73% from 255) = 4.14%

R = 34.48%
G = 61.38%
B = 4.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#325906 (or 0x325906) is known color: Verdun Green. HEX triplet: 32, 59 and 06. RGB value is (50,89,6). Sum of RGB (Red+Green+Blue) = 50+89+6=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #325906 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325906 is #CDA6F9. Grayscale: #444444. Windows color (decimal): -13477626 or 416050. OLE color: 416050.

HSL color Cylindrical-coordinate representation of color #325906: hue angle of 88.19º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #325906 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 6 -
CMYK 0.44 0 0.93 0.65
HSL 88.19º 0.87% 0.19% -
HSV(B) 88.19º 0.93% 0.35% -
XYZ 4.92 7.84 1.43 -
YUV 67.88 93.08 115.25 -
System Red Green Blue C M Y K H S L
Decimal 50 89 6 0.44 0 0.93 0.65 88.19 0.87 0.19
Hex 32 59 6 2C 0 5D 41 58 57 13
Octal 62 131 6 54 0 135 101 130 127 23
Binary 110010 1011001 110 101100 0 1011101 1000001 1011000 1010111 10011

Color Harmonies of #325906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325906

Black with #325906

Text Example


Text Example

White with #325906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325906; }

 p { color: rgb(50,89,6); }

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

background-color css

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

 a { background-color: rgb(50,89,6); }

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

border-color css

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

 span { border-color: rgb(50,89,6); }

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