#357057

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

Shades of Stromboli #357057

Tints of Stromboli #357057

Color information

#357057 (or 0x357057) is unknown color: approx Stromboli. HEX triplet: 35, 70 and 57. RGB value is (53,112,87). Sum of RGB (Red+Green+Blue) = 53+112+87=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #357057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357057 is #CA8FA8. Grayscale: #5B5B5B. Windows color (decimal): -13275049 or 5730357. OLE color: 5730357.

HSL color Cylindrical-coordinate representation of color #357057: hue angle of 154.58º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357057 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB5311287-
CMYK0.5300.220.56
HSL154.58º35.76%32.35%-
HSV(B)154.58º52.68%43.92%-
XYZ8.9813.0311.06-
YUV91.51125.45100.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=21.03%
G=44.44%
B=34.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112870.5300.220.56154.5835.7632.35
Hex35705735016389b2420
Octal6516012765026702334440
Binary1101011110000101011111010101011011100010011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357057; }

 p { color: rgb(53,112,87); }

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

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

 a { background-color: rgb(53,112,87); }

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

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

 span { border-color: rgb(53,112,87); }

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