Html Css Color HEX #324921 Seaweed

📋 copy color: '#324921'

red 50 ◦ green 73 ◦ blue 33

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

Shades of Seaweed #324921

Tints of Seaweed #324921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.79%

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

R = 32.05%
G = 46.79%
B = 21.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#324921 (or 0x324921) is known color: Seaweed. HEX triplet: 32, 49 and 21. RGB value is (50,73,33). Sum of RGB (Red+Green+Blue) = 50+73+33=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #324921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324921 is #CDB6DE. Grayscale: #3D3D3D. Windows color (decimal): -13481695 or 2181426. OLE color: 2181426.

HSL color Cylindrical-coordinate representation of color #324921: hue angle of 94.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #324921 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 73 33 -
CMYK 0.32 0 0.55 0.71
HSL 94.5º 0.38% 0.21% -
HSV(B) 94.5º 0.55% 0.29% -
XYZ 3.97 5.55 2.3 -
YUV 61.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 50 73 33 0.32 0 0.55 0.71 94.5 0.38 0.21
Hex 32 49 21 20 0 37 47 5E 26 15
Octal 62 111 41 40 0 67 107 136 46 25
Binary 110010 1001001 100001 100000 0 110111 1000111 1011110 100110 10101

Color Harmonies of #324921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324921

Black with #324921

Text Example


Text Example

White with #324921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324921; }

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

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

background-color css

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

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

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

border-color css

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

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

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