#37402D

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

Shades of Seaweed #37402D

Tints of Seaweed #37402D

Color information

#37402D (or 0x37402D) is unknown color: approx Seaweed. HEX triplet: 37, 40 and 2D. RGB value is (55,64,45). Sum of RGB (Red+Green+Blue) = 55+64+45=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #37402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37402D is #C8BFD2. Grayscale: #3B3B3B. Windows color (decimal): -13156307 or 2965559. OLE color: 2965559.

HSL color Cylindrical-coordinate representation of color #37402D: hue angle of 88.42º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37402D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB556445-
CMYK0.1400.300.75
HSL88.42º17.43%21.37%-
HSV(B)88.42º29.69%25.1%-
XYZ3.884.673.18-
YUV59.14120.02125.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.54%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=33.54%
G=39.02%
B=27.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564450.1400.300.7588.4217.4321.37
Hex37402DE01E4B581115
Octal6710055160361131302125
Binary11011110000001011011110011110100101110110001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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