#374C20

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

Shades of Seaweed #374C20

Tints of Seaweed #374C20

Color information

#374C20 (or 0x374C20) is unknown color: approx Seaweed. HEX triplet: 37, 4C and 20. RGB value is (55,76,32). Sum of RGB (Red+Green+Blue) = 55+76+32=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #374C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C20 is #C8B3DF. Grayscale: #404040. Windows color (decimal): -13153248 or 2116663. OLE color: 2116663.

HSL color Cylindrical-coordinate representation of color #374C20: hue angle of 88.64º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374C20 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB557632-
CMYK0.2800.580.70
HSL88.64º40.74%21.18%-
HSV(B)88.64º57.89%29.8%-
XYZ4.426.092.31-
YUV64.7109.54121.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.74%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=33.74%
G=46.63%
B=19.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5576320.2800.580.7088.6440.7421.18
Hex374C201C03A46592915
Octal6711440340721061315125
Binary11011110011001000001110001110101000110101100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,76,32); }

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

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

 a { background-color: rgb(55,76,32); }

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

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

 span { border-color: rgb(55,76,32); }

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