#375415

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

Shades of Seaweed #375415

Tints of Seaweed #375415

Color information

#375415 (or 0x375415) is unknown color: approx Seaweed. HEX triplet: 37, 54 and 15. RGB value is (55,84,21). Sum of RGB (Red+Green+Blue) = 55+84+21=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #375415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375415 is #C8ABEA. Grayscale: #444444. Windows color (decimal): -13151211 or 1397815. OLE color: 1397815.

HSL color Cylindrical-coordinate representation of color #375415: hue angle of 87.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375415 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB558421-
CMYK0.3500.750.67
HSL87.62º60%20.59%-
HSV(B)87.62º75%32.94%-
XYZ4.887.211.84-
YUV68.15101.39118.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.38%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=34.38%
G=52.5%
B=13.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584210.3500.750.6787.626020.59
Hex3754152304B43583c15
Octal67124254301131031307425
Binary110111101010010101100011010010111000011101100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375415; }

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

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

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

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

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

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

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

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