Html Css Color HEX #325913 Seaweed

📋 copy color: '#325913'

red 50 ◦ green 89 ◦ blue 19

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

Shades of Seaweed #325913

Tints of Seaweed #325913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 31.65%
G = 56.33%
B = 12.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#325913 (or 0x325913) is known color: Seaweed. HEX triplet: 32, 59 and 13. RGB value is (50,89,19). Sum of RGB (Red+Green+Blue) = 50+89+19=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #325913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325913 is #CDA6EC. Grayscale: #454545. Windows color (decimal): -13477613 or 1268018. OLE color: 1268018.

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

Color convert

RGB 50 89 19 -
CMYK 0.44 0 0.79 0.65
HSL 93.43º 0.65% 0.21% -
HSV(B) 93.43º 0.79% 0.35% -
XYZ 5.01 7.87 1.87 -
YUV 69.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 50 89 19 0.44 0 0.79 0.65 93.43 0.65 0.21
Hex 32 59 13 2C 0 4F 41 5D 41 15
Octal 62 131 23 54 0 117 101 135 101 25
Binary 110010 1011001 10011 101100 0 1001111 1000001 1011101 1000001 10101

Color Harmonies of #325913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325913

Black with #325913

Text Example


Text Example

White with #325913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325913; }

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

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

background-color css

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

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

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

border-color css

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

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

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