#324125

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

Shades of Seaweed #324125

Tints of Seaweed #324125

Color information

#324125 (or 0x324125) is unknown color: approx Seaweed. HEX triplet: 32, 41 and 25. RGB value is (50,65,37). Sum of RGB (Red+Green+Blue) = 50+65+37=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #324125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324125 is #CDBEDA. Grayscale: #393939. Windows color (decimal): -13483739 or 2441522. OLE color: 2441522.

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

Color convert

RGB506537-
CMYK0.2300.430.75
HSL92.14º27.45%20%-
HSV(B)92.14º43.08%25.49%-
XYZ3.544.592.45-
YUV57.32116.53122.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=32.89%
G=42.76%
B=24.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065370.2300.430.7592.1427.4520
Hex3241251702B4B5c1b14
Octal6210145270531131343324
Binary1100101000001100101101110101011100101110111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324125; }

 p { color: rgb(50,65,37); }

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

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

 a { background-color: rgb(50,65,37); }

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

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

 span { border-color: rgb(50,65,37); }

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