#375516

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

Shades of Seaweed #375516

Tints of Seaweed #375516

Color information

#375516 (or 0x375516) is unknown color: approx Seaweed. HEX triplet: 37, 55 and 16. RGB value is (55,85,22). Sum of RGB (Red+Green+Blue) = 55+85+22=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #375516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375516 is #C8AAE9. Grayscale: #454545. Windows color (decimal): -13150954 or 1463607. OLE color: 1463607.

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

Color convert

RGB558522-
CMYK0.3500.740.67
HSL88.57º58.88%20.98%-
HSV(B)88.57º74.12%33.33%-
XYZ4.977.371.92-
YUV68.85101.56118.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=33.95%
G=52.47%
B=13.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585220.3500.740.6788.5758.8820.98
Hex3755162304A43593b15
Octal67125264301121031317325
Binary110111101010110110100011010010101000011101100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375516; }

 p { color: rgb(55,85,22); }

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

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

 a { background-color: rgb(55,85,22); }

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

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

 span { border-color: rgb(55,85,22); }

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