Html Css Color HEX #324D15 Seaweed

📋 copy color: '#324D15'

red 50 ◦ green 77 ◦ blue 21

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

Shades of Seaweed #324D15

Tints of Seaweed #324D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.03%

 BLUE value IS 21 (8.59% from 255) = 14.19%

R = 33.78%
G = 52.03%
B = 14.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#324D15 (or 0x324D15) is known color: Seaweed. HEX triplet: 32, 4D and 15. RGB value is (50,77,21). Sum of RGB (Red+Green+Blue) = 50+77+21=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #324D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324D15 is #CDB2EA. Grayscale: #3E3E3E. Windows color (decimal): -13480683 or 1396018. OLE color: 1396018.

HSL color Cylindrical-coordinate representation of color #324D15: hue angle of 88.93º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324D15 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 77 21 -
CMYK 0.35 0 0.73 0.70
HSL 88.93º 0.57% 0.19% -
HSV(B) 88.93º 0.73% 0.3% -
XYZ 4.1 6.04 1.66 -
YUV 62.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 50 77 21 0.35 0 0.73 0.70 88.93 0.57 0.19
Hex 32 4D 15 23 0 49 46 59 39 13
Octal 62 115 25 43 0 111 106 131 71 23
Binary 110010 1001101 10101 100011 0 1001001 1000110 1011001 111001 10011

Color Harmonies of #324D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D15

Black with #324D15

Text Example


Text Example

White with #324D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,77,21); }

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

background-color css

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

 a { background-color: rgb(50,77,21); }

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

border-color css

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

 span { border-color: rgb(50,77,21); }

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