#374F1D

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

Shades of Seaweed #374F1D

Tints of Seaweed #374F1D

Color information

#374F1D (or 0x374F1D) is unknown color: approx Seaweed. HEX triplet: 37, 4F and 1D. RGB value is (55,79,29). Sum of RGB (Red+Green+Blue) = 55+79+29=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #374F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F1D is #C8B0E2. Grayscale: #424242. Windows color (decimal): -13152483 or 1920823. OLE color: 1920823.

HSL color Cylindrical-coordinate representation of color #374F1D: hue angle of 88.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374F1D is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB557929-
CMYK0.3000.630.69
HSL88.8º46.3%21.18%-
HSV(B)88.8º63.29%30.98%-
XYZ4.596.492.17-
YUV66.12107.05120.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 79 (31.25% from 255) = 48.47%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=33.74%
G=48.47%
B=17.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5579290.3000.630.6988.846.321.18
Hex374F1D1E03F45592e15
Octal6711735360771051315625
Binary1101111001111111011111001111111000101101100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374F1D; }

 p { color: rgb(55,79,29); }

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

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

 a { background-color: rgb(55,79,29); }

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

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

 span { border-color: rgb(55,79,29); }

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