Html Css Color HEX #324C16 Seaweed

📋 copy color: '#324C16'

red 50 ◦ green 76 ◦ blue 22

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

Shades of Seaweed #324C16

Tints of Seaweed #324C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 51.35%

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 33.78%
G = 51.35%
B = 14.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.70

RGB Variations

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

Color information

#324C16 (or 0x324C16) is known color: Seaweed. HEX triplet: 32, 4C and 16. RGB value is (50,76,22). Sum of RGB (Red+Green+Blue) = 50+76+22=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #324C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324C16 is #CDB3E9. Grayscale: #3E3E3E. Windows color (decimal): -13480938 or 1461298. OLE color: 1461298.

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

Color convert

RGB 50 76 22 -
CMYK 0.34 0 0.71 0.70
HSL 88.89º 0.55% 0.19% -
HSV(B) 88.89º 0.71% 0.3% -
XYZ 4.04 5.9 1.69 -
YUV 62.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 50 76 22 0.34 0 0.71 0.70 88.89 0.55 0.19
Hex 32 4C 16 22 0 47 46 59 37 13
Octal 62 114 26 42 0 107 106 131 67 23
Binary 110010 1001100 10110 100010 0 1000111 1000110 1011001 110111 10011

Color Harmonies of #324C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C16

Black with #324C16

Text Example


Text Example

White with #324C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,22); }

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

background-color css

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

 a { background-color: rgb(50,76,22); }

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

border-color css

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

 span { border-color: rgb(50,76,22); }

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