Html Css Color HEX #325413 Seaweed

📋 copy color: '#325413'

red 50 ◦ green 84 ◦ blue 19

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

Shades of Seaweed #325413

Tints of Seaweed #325413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.9%

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

R = 32.68%
G = 54.9%
B = 12.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#325413 (or 0x325413) is known color: Seaweed. HEX triplet: 32, 54 and 13. RGB value is (50,84,19). Sum of RGB (Red+Green+Blue) = 50+84+19=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #325413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325413 is #CDABEC. Grayscale: #424242. Windows color (decimal): -13478893 or 1266738. OLE color: 1266738.

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

Color convert

RGB 50 84 19 -
CMYK 0.40 0 0.77 0.67
HSL 91.38º 0.63% 0.2% -
HSV(B) 91.38º 0.77% 0.33% -
XYZ 4.6 7.07 1.74 -
YUV 66.42 101.24 116.29 -
System Red Green Blue C M Y K H S L
Decimal 50 84 19 0.40 0 0.77 0.67 91.38 0.63 0.2
Hex 32 54 13 28 0 4D 43 5B 3F 14
Octal 62 124 23 50 0 115 103 133 77 24
Binary 110010 1010100 10011 101000 0 1001101 1000011 1011011 111111 10100

Color Harmonies of #325413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325413

Black with #325413

Text Example


Text Example

White with #325413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325413; }

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

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

background-color css

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

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

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

border-color css

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

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

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