Html Css Color HEX #325909 Verdun Green

📋 copy color: '#325909'

red 50 ◦ green 89 ◦ blue 9

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

Shades of Verdun Green #325909

Tints of Verdun Green #325909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.08%

R = 33.78%
G = 60.14%
B = 6.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#325909 (or 0x325909) is known color: Verdun Green. HEX triplet: 32, 59 and 09. RGB value is (50,89,9). Sum of RGB (Red+Green+Blue) = 50+89+9=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #325909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325909 is #CDA6F6. Grayscale: #444444. Windows color (decimal): -13477623 or 612658. OLE color: 612658.

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

Color convert

RGB 50 89 9 -
CMYK 0.44 0 0.90 0.65
HSL 89.25º 0.82% 0.19% -
HSV(B) 89.25º 0.9% 0.35% -
XYZ 4.94 7.84 1.51 -
YUV 68.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 50 89 9 0.44 0 0.90 0.65 89.25 0.82 0.19
Hex 32 59 9 2C 0 5A 41 59 52 13
Octal 62 131 11 54 0 132 101 131 122 23
Binary 110010 1011001 1001 101100 0 1011010 1000001 1011001 1010010 10011

Color Harmonies of #325909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325909

Black with #325909

Text Example


Text Example

White with #325909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325909; }

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

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

background-color css

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

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

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

border-color css

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

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

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