#356955

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

Shades of Stromboli #356955

Tints of Stromboli #356955

Color information

#356955 (or 0x356955) is unknown color: approx Stromboli. HEX triplet: 35, 69 and 55. RGB value is (53,105,85). Sum of RGB (Red+Green+Blue) = 53+105+85=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #356955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356955 is #CA96AA. Grayscale: #575757. Windows color (decimal): -13276843 or 5597493. OLE color: 5597493.

HSL color Cylindrical-coordinate representation of color #356955: hue angle of 156.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356955 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB5310585-
CMYK0.5000.190.59
HSL156.92º32.91%30.98%-
HSV(B)156.92º49.52%41.18%-
XYZ8.1611.5210.39-
YUV87.17126.77103.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=21.81%
G=43.21%
B=34.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105850.5000.190.59156.9232.9130.98
Hex356955320133B9d211f
Octal6515112562023732354137
Binary110101110100110101011100100100111110111001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356955; }

 p { color: rgb(53,105,85); }

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

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

 a { background-color: rgb(53,105,85); }

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

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

 span { border-color: rgb(53,105,85); }

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