Html Css Color HEX #325513 Seaweed

📋 copy color: '#325513'

red 50 ◦ green 85 ◦ blue 19

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

Shades of Seaweed #325513

Tints of Seaweed #325513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.19%

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

R = 32.47%
G = 55.19%
B = 12.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#325513 (or 0x325513) is known color: Seaweed. HEX triplet: 32, 55 and 13. RGB value is (50,85,19). Sum of RGB (Red+Green+Blue) = 50+85+19=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #325513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325513 is #CDAAEC. Grayscale: #434343. Windows color (decimal): -13478637 or 1266994. OLE color: 1266994.

HSL color Cylindrical-coordinate representation of color #325513: hue angle of 91.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #325513 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 85 19 -
CMYK 0.41 0 0.78 0.67
HSL 91.82º 0.63% 0.2% -
HSV(B) 91.82º 0.78% 0.33% -
XYZ 4.68 7.22 1.76 -
YUV 67.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 50 85 19 0.41 0 0.78 0.67 91.82 0.63 0.2
Hex 32 55 13 29 0 4E 43 5C 3F 14
Octal 62 125 23 51 0 116 103 134 77 24
Binary 110010 1010101 10011 101001 0 1001110 1000011 1011100 111111 10100

Color Harmonies of #325513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325513

Black with #325513

Text Example


Text Example

White with #325513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325513; }

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

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

background-color css

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

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

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

border-color css

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

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

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