Html Css Color HEX #324B19 Seaweed

📋 copy color: '#324B19'

red 50 ◦ green 75 ◦ blue 25

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

Shades of Seaweed #324B19

Tints of Seaweed #324B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50%

 BLUE value IS 25 (10.16% from 255) = 16.67%

R = 33.33%
G = 50%
B = 16.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#324B19 (or 0x324B19) is known color: Seaweed. HEX triplet: 32, 4B and 19. RGB value is (50,75,25). Sum of RGB (Red+Green+Blue) = 50+75+25=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #324B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B19 is #CDB4E6. Grayscale: #3E3E3E. Windows color (decimal): -13481191 or 1657650. OLE color: 1657650.

HSL color Cylindrical-coordinate representation of color #324B19: hue angle of 90º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324B19 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 75 25 -
CMYK 0.33 0 0.67 0.71
HSL 90º 0.5% 0.2% -
HSV(B) 90º 0.67% 0.29% -
XYZ 4.01 5.78 1.82 -
YUV 61.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 50 75 25 0.33 0 0.67 0.71 90 0.5 0.2
Hex 32 4B 19 21 0 43 47 5A 32 14
Octal 62 113 31 41 0 103 107 132 62 24
Binary 110010 1001011 11001 100001 0 1000011 1000111 1011010 110010 10100

Color Harmonies of #324B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324B19

Black with #324B19

Text Example


Text Example

White with #324B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324B19; }

 p { color: rgb(50,75,25); }

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

background-color css

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

 a { background-color: rgb(50,75,25); }

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

border-color css

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

 span { border-color: rgb(50,75,25); }

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