Html Css Color HEX #324A18 Seaweed

📋 copy color: '#324A18'

red 50 ◦ green 74 ◦ blue 24

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

Shades of Seaweed #324A18

Tints of Seaweed #324A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50%

 BLUE value IS 24 (9.77% from 255) = 16.22%

R = 33.78%
G = 50%
B = 16.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#324A18 (or 0x324A18) is known color: Seaweed. HEX triplet: 32, 4A and 18. RGB value is (50,74,24). Sum of RGB (Red+Green+Blue) = 50+74+24=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #324A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A18 is #CDB5E7. Grayscale: #3D3D3D. Windows color (decimal): -13481448 or 1591858. OLE color: 1591858.

HSL color Cylindrical-coordinate representation of color #324A18: hue angle of 88.8º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324A18 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 74 24 -
CMYK 0.32 0 0.68 0.71
HSL 88.8º 0.51% 0.19% -
HSV(B) 88.8º 0.68% 0.29% -
XYZ 3.93 5.64 1.75 -
YUV 61.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 50 74 24 0.32 0 0.68 0.71 88.8 0.51 0.19
Hex 32 4A 18 20 0 44 47 59 33 13
Octal 62 112 30 40 0 104 107 131 63 23
Binary 110010 1001010 11000 100000 0 1000100 1000111 1011001 110011 10011

Color Harmonies of #324A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A18

Black with #324A18

Text Example


Text Example

White with #324A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,74,24); }

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

background-color css

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

 a { background-color: rgb(50,74,24); }

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

border-color css

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

 span { border-color: rgb(50,74,24); }

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