#374126

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

Shades of Seaweed #374126

Tints of Seaweed #374126

Color information

#374126 (or 0x374126) is unknown color: approx Seaweed. HEX triplet: 37, 41 and 26. RGB value is (55,65,38). Sum of RGB (Red+Green+Blue) = 55+65+38=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #374126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374126 is #C8BED9. Grayscale: #3B3B3B. Windows color (decimal): -13156058 or 2507063. OLE color: 2507063.

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

Color convert

RGB556538-
CMYK0.1500.420.75
HSL82.22º26.21%20.2%-
HSV(B)82.22º41.54%25.49%-
XYZ3.824.732.55-
YUV58.93116.19125.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=34.81%
G=41.14%
B=24.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5565380.1500.420.7582.2226.2120.2
Hex374126F02A4B521a14
Octal6710146170521131223224
Binary110111100000110011011110101010100101110100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374126; }

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

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

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

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

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

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

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

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