#324A1A

Color #324A1A Seaweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seaweed #324A1A

Tints of Seaweed #324A1A

Color information

#324A1A (or 0x324A1A) is unknown color: approx Seaweed. HEX triplet: 32, 4A and 1A. RGB value is (50,74,26). Sum of RGB (Red+Green+Blue) = 50+74+26=150 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.33% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #324A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A1A is #CDB5E5. Grayscale: #3D3D3D. Windows color (decimal): -13481446 or 1722930. OLE color: 1722930.

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

Color convert

RGB507426-
CMYK0.3200.650.71
HSL90º48%19.61%-
HSV(B)90º64.86%29.02%-
XYZ3.955.651.86-
YUV61.35108.05119.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.33%
GREEN value IS 74 (29.30% from 255) = 49.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=33.33%
G=49.33%
B=17.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5074260.3200.650.71904819.61
Hex324A1A20041475a3014
Octal62112324001011071326024
Binary110010100101011010100000010000011000111101101011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #324A1A;
 }
 .AnyTagClassName
 {
   color: #324A1A;
 }
</style>
background-color css

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

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

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

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

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

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