Html Css Color HEX #325905 Verdun Green

📋 copy color: '#325905'

red 50 ◦ green 89 ◦ blue 5

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

Shades of Verdun Green #325905

Tints of Verdun Green #325905

RGB

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

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

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

R = 34.72%
G = 61.81%
B = 3.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#325905 (or 0x325905) is known color: Verdun Green. HEX triplet: 32, 59 and 05. RGB value is (50,89,5). Sum of RGB (Red+Green+Blue) = 50+89+5=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #325905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325905 is #CDA6FA. Grayscale: #444444. Windows color (decimal): -13477627 or 350514. OLE color: 350514.

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

Color convert

RGB 50 89 5 -
CMYK 0.44 0 0.94 0.65
HSL 87.86º 0.89% 0.18% -
HSV(B) 87.86º 0.94% 0.35% -
XYZ 4.92 7.83 1.4 -
YUV 67.76 92.58 115.33 -
System Red Green Blue C M Y K H S L
Decimal 50 89 5 0.44 0 0.94 0.65 87.86 0.89 0.18
Hex 32 59 5 2C 0 5E 41 58 59 12
Octal 62 131 5 54 0 136 101 130 131 22
Binary 110010 1011001 101 101100 0 1011110 1000001 1011000 1011001 10010

Color Harmonies of #325905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325905

Black with #325905

Text Example


Text Example

White with #325905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325905; }

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

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

background-color css

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

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

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

border-color css

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

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

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