#375215

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

Shades of Seaweed #375215

Tints of Seaweed #375215

Color information

#375215 (or 0x375215) is unknown color: approx Seaweed. HEX triplet: 37, 52 and 15. RGB value is (55,82,21). Sum of RGB (Red+Green+Blue) = 55+82+21=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #375215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375215 is #C8ADEA. Grayscale: #434343. Windows color (decimal): -13151723 or 1397303. OLE color: 1397303.

HSL color Cylindrical-coordinate representation of color #375215: hue angle of 86.56º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #375215 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB558221-
CMYK0.3300.740.68
HSL86.56º59.22%20.2%-
HSV(B)86.56º74.39%32.16%-
XYZ4.736.91.79-
YUV66.97102.05119.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.81%
GREEN value IS 82 (32.42% from 255) = 51.90%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=34.81%
G=51.90%
B=13.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5582210.3300.740.6886.5659.2220.2
Hex3752152104A44573b14
Octal67122254101121041277324
Binary110111101001010101100001010010101000100101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375215; }

 p { color: rgb(55,82,21); }

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

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

 a { background-color: rgb(55,82,21); }

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

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

 span { border-color: rgb(55,82,21); }

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