#374D1B

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

Shades of Seaweed #374D1B

Tints of Seaweed #374D1B

Color information

#374D1B (or 0x374D1B) is unknown color: approx Seaweed. HEX triplet: 37, 4D and 1B. RGB value is (55,77,27). Sum of RGB (Red+Green+Blue) = 55+77+27=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #374D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D1B is #C8B2E4. Grayscale: #404040. Windows color (decimal): -13152997 or 1789239. OLE color: 1789239.

HSL color Cylindrical-coordinate representation of color #374D1B: hue angle of 86.4º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #374D1B is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.

Color convert

RGB557727-
CMYK0.2900.650.70
HSL86.4º48.08%20.39%-
HSV(B)86.4º64.94%30.2%-
XYZ4.436.22-
YUV64.72106.71121.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 77 (30.47% from 255) = 48.43%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=34.59%
G=48.43%
B=16.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577270.2900.650.7086.448.0820.39
Hex374D1B1D04146563014
Octal67115333501011061266024
Binary11011110011011101111101010000011000110101011011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,77,27); }

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

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

 a { background-color: rgb(55,77,27); }

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

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

 span { border-color: rgb(55,77,27); }

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