#374F20

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

Shades of Seaweed #374F20

Tints of Seaweed #374F20

Color information

#374F20 (or 0x374F20) is unknown color: approx Seaweed. HEX triplet: 37, 4F and 20. RGB value is (55,79,32). Sum of RGB (Red+Green+Blue) = 55+79+32=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #374F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F20 is #C8B0DF. Grayscale: #424242. Windows color (decimal): -13152480 or 2117431. OLE color: 2117431.

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

Color convert

RGB557932-
CMYK0.3000.590.69
HSL90.64º42.34%21.76%-
HSV(B)90.64º59.49%30.98%-
XYZ4.636.512.38-
YUV66.47108.55119.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=33.13%
G=47.59%
B=19.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5579320.3000.590.6990.6442.3421.76
Hex374F201E03B455b2a16
Octal6711740360731051335226
Binary11011110011111000001111001110111000101101101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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