Html Css Color HEX #324221 Seaweed

📋 copy color: '#324221'

red 50 ◦ green 66 ◦ blue 33

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

Shades of Seaweed #324221

Tints of Seaweed #324221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

 BLUE value IS 33 (13.28% from 255) = 22.15%

R = 33.56%
G = 44.3%
B = 22.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#324221 (or 0x324221) is known color: Seaweed. HEX triplet: 32, 42 and 21. RGB value is (50,66,33). Sum of RGB (Red+Green+Blue) = 50+66+33=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #324221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324221 is #CDBDDE. Grayscale: #393939. Windows color (decimal): -13483487 or 2179634. OLE color: 2179634.

HSL color Cylindrical-coordinate representation of color #324221: hue angle of 89.09º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324221 is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 50 66 33 -
CMYK 0.24 0 0.5 0.74
HSL 89.09º 0.33% 0.19% -
HSV(B) 89.09º 0.5% 0.26% -
XYZ 3.54 4.68 2.16 -
YUV 57.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 50 66 33 0.24 0 0.5 0.74 89.09 0.33 0.19
Hex 32 42 21 18 0 32 4A 59 21 13
Octal 62 102 41 30 0 62 112 131 41 23
Binary 110010 1000010 100001 11000 0 110010 1001010 1011001 100001 10011

Color Harmonies of #324221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324221

Black with #324221

Text Example


Text Example

White with #324221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324221; }

 p { color: rgb(50,66,33); }

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

background-color css

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

 a { background-color: rgb(50,66,33); }

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

border-color css

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

 span { border-color: rgb(50,66,33); }

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