Html Css Color HEX #324F14 Seaweed

📋 copy color: '#324F14'

red 50 ◦ green 79 ◦ blue 20

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

Shades of Seaweed #324F14

Tints of Seaweed #324F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 53.02%

 BLUE value IS 20 (8.2% from 255) = 13.42%

R = 33.56%
G = 53.02%
B = 13.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#324F14 (or 0x324F14) is known color: Seaweed. HEX triplet: 32, 4F and 14. RGB value is (50,79,20). Sum of RGB (Red+Green+Blue) = 50+79+20=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #324F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324F14 is #CDB0EB. Grayscale: #3F3F3F. Windows color (decimal): -13480172 or 1330994. OLE color: 1330994.

HSL color Cylindrical-coordinate representation of color #324F14: hue angle of 89.49º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324F14 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 50 79 20 -
CMYK 0.37 0 0.75 0.69
HSL 89.49º 0.6% 0.19% -
HSV(B) 89.49º 0.75% 0.31% -
XYZ 4.24 6.32 1.66 -
YUV 63.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 50 79 20 0.37 0 0.75 0.69 89.49 0.6 0.19
Hex 32 4F 14 25 0 4B 45 59 3C 13
Octal 62 117 24 45 0 113 105 131 74 23
Binary 110010 1001111 10100 100101 0 1001011 1000101 1011001 111100 10011

Color Harmonies of #324F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F14

Black with #324F14

Text Example


Text Example

White with #324F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,79,20); }

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

background-color css

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

 a { background-color: rgb(50,79,20); }

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

border-color css

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

 span { border-color: rgb(50,79,20); }

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