Html Css Color HEX #325412 Seaweed

📋 copy color: '#325412'

red 50 ◦ green 84 ◦ blue 18

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

Shades of Seaweed #325412

Tints of Seaweed #325412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 32.89%
G = 55.26%
B = 11.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#325412 (or 0x325412) is known color: Seaweed. HEX triplet: 32, 54 and 12. RGB value is (50,84,18). Sum of RGB (Red+Green+Blue) = 50+84+18=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #325412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325412 is #CDABED. Grayscale: #424242. Windows color (decimal): -13478894 or 1201202. OLE color: 1201202.

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

Color convert

RGB 50 84 18 -
CMYK 0.40 0 0.79 0.67
HSL 90.91º 0.65% 0.2% -
HSV(B) 90.91º 0.79% 0.33% -
XYZ 4.59 7.06 1.69 -
YUV 66.31 100.74 116.37 -
System Red Green Blue C M Y K H S L
Decimal 50 84 18 0.40 0 0.79 0.67 90.91 0.65 0.2
Hex 32 54 12 28 0 4F 43 5B 41 14
Octal 62 124 22 50 0 117 103 133 101 24
Binary 110010 1010100 10010 101000 0 1001111 1000011 1011011 1000001 10100

Color Harmonies of #325412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325412

Black with #325412

Text Example


Text Example

White with #325412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325412; }

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

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

background-color css

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

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

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

border-color css

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

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

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