#32481F

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

Shades of Seaweed #32481F

Tints of Seaweed #32481F

Color information

#32481F (or 0x32481F) is unknown color: approx Seaweed. HEX triplet: 32, 48 and 1F. RGB value is (50,72,31). Sum of RGB (Red+Green+Blue) = 50+72+31=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #32481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32481F is #CDB7E0. Grayscale: #3C3C3C. Windows color (decimal): -13481953 or 2050098. OLE color: 2050098.

HSL color Cylindrical-coordinate representation of color #32481F: hue angle of 92.2º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32481F is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB507231-
CMYK0.3100.570.72
HSL92.2º39.81%20.2%-
HSV(B)92.2º56.94%28.24%-
XYZ3.885.412.14-
YUV60.75111.21120.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=32.68%
G=47.06%
B=20.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072310.3100.570.7292.239.8120.2
Hex32481F1F039485c2814
Octal6211037370711101345024
Binary1100101001000111111111101110011001000101110010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32481F; }

 p { color: rgb(50,72,31); }

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

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

 a { background-color: rgb(50,72,31); }

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

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

 span { border-color: rgb(50,72,31); }

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