Html Css Color HEX #324020 Seaweed

📋 copy color: '#324020'

red 50 ◦ green 64 ◦ blue 32

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

Shades of Seaweed #324020

Tints of Seaweed #324020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.84%

 BLUE value IS 32 (12.89% from 255) = 21.92%

R = 34.25%
G = 43.84%
B = 21.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#324020 (or 0x324020) is known color: Seaweed. HEX triplet: 32, 40 and 20. RGB value is (50,64,32). Sum of RGB (Red+Green+Blue) = 50+64+32=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #324020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324020 is #CDBFDF. Grayscale: #383838. Windows color (decimal): -13484000 or 2113586. OLE color: 2113586.

HSL color Cylindrical-coordinate representation of color #324020: hue angle of 86.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #324020 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 64 32 -
CMYK 0.22 0 0.50 0.75
HSL 86.25º 0.33% 0.19% -
HSV(B) 86.25º 0.5% 0.25% -
XYZ 3.41 4.45 2.05 -
YUV 56.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 50 64 32 0.22 0 0.50 0.75 86.25 0.33 0.19
Hex 32 40 20 16 0 32 4B 56 21 13
Octal 62 100 40 26 0 62 113 126 41 23
Binary 110010 1000000 100000 10110 0 110010 1001011 1010110 100001 10011

Color Harmonies of #324020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324020

Black with #324020

Text Example


Text Example

White with #324020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324020; }

 p { color: rgb(50,64,32); }

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

background-color css

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

 a { background-color: rgb(50,64,32); }

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

border-color css

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

 span { border-color: rgb(50,64,32); }

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