#324026

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

Shades of Seaweed #324026

Tints of Seaweed #324026

Color information

#324026 (or 0x324026) is unknown color: approx Seaweed. HEX triplet: 32, 40 and 26. RGB value is (50,64,38). Sum of RGB (Red+Green+Blue) = 50+64+38=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #324026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324026 is #CDBFD9. Grayscale: #383838. Windows color (decimal): -13483994 or 2506802. OLE color: 2506802.

HSL color Cylindrical-coordinate representation of color #324026: hue angle of 92.31º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #324026 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB506438-
CMYK0.2200.410.75
HSL92.31º25.49%20%-
HSV(B)92.31º40.62%25.1%-
XYZ3.54.482.51-
YUV56.85117.36123.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 38 (15.23% from 255) = 25%
R=32.89%
G=42.11%
B=25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5064380.2200.410.7592.3125.4920
Hex324026160294B5c1914
Octal6210046260511131343124
Binary1100101000000100110101100101001100101110111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324026; }

 p { color: rgb(50,64,38); }

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

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

 a { background-color: rgb(50,64,38); }

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

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

 span { border-color: rgb(50,64,38); }

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