#37412D

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

Shades of Seaweed #37412D

Tints of Seaweed #37412D

Color information

#37412D (or 0x37412D) is unknown color: approx Seaweed. HEX triplet: 37, 41 and 2D. RGB value is (55,65,45). Sum of RGB (Red+Green+Blue) = 55+65+45=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #37412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37412D is #C8BED2. Grayscale: #3B3B3B. Windows color (decimal): -13156051 or 2965815. OLE color: 2965815.

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

Color convert

RGB556545-
CMYK0.1500.310.75
HSL90º18.18%21.57%-
HSV(B)90º30.77%25.49%-
XYZ3.944.783.2-
YUV59.73119.69124.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.33%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=33.33%
G=39.39%
B=27.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565450.1500.310.759018.1821.57
Hex37412DF01F4B5a1216
Octal6710155170371131322226
Binary11011110000011011011111011111100101110110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37412D; }

 p { color: rgb(55,65,45); }

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

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

 a { background-color: rgb(55,65,45); }

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

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

 span { border-color: rgb(55,65,45); }

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