#32481A

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

Shades of Seaweed #32481A

Tints of Seaweed #32481A

Color information

#32481A (or 0x32481A) is unknown color: approx Seaweed. HEX triplet: 32, 48 and 1A. RGB value is (50,72,26). Sum of RGB (Red+Green+Blue) = 50+72+26=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #32481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32481A is #CDB7E5. Grayscale: #3C3C3C. Windows color (decimal): -13481958 or 1722418. OLE color: 1722418.

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

Color convert

RGB507226-
CMYK0.3100.640.72
HSL88.7º46.94%19.22%-
HSV(B)88.7º63.89%28.24%-
XYZ3.825.391.82-
YUV60.18108.71120.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=33.78%
G=48.65%
B=17.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5072260.3100.640.7288.746.9419.22
Hex32481A1F04048592f13
Octal62110323701001101315723
Binary11001010010001101011111010000001001000101100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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