#356C5F

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

Shades of Stromboli #356C5F

Tints of Stromboli #356C5F

Color information

#356C5F (or 0x356C5F) is unknown color: approx Stromboli. HEX triplet: 35, 6C and 5F. RGB value is (53,108,95). Sum of RGB (Red+Green+Blue) = 53+108+95=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #356C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C5F is #CA93A0. Grayscale: #5A5A5A. Windows color (decimal): -13276065 or 6253621. OLE color: 6253621.

HSL color Cylindrical-coordinate representation of color #356C5F: hue angle of 165.82º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356C5F is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB5310895-
CMYK0.5100.120.58
HSL165.82º34.16%31.57%-
HSV(B)165.82º50.93%42.35%-
XYZ8.912.3112.73-
YUV90.07130.78101.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=20.70%
G=42.19%
B=37.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108950.5100.120.58165.8234.1631.57
Hex356C5F330C3Aa62220
Octal6515413763014722464240
Binary110101110110010111111100110110011101010100110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356C5F; }

 p { color: rgb(53,108,95); }

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

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

 a { background-color: rgb(53,108,95); }

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

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

 span { border-color: rgb(53,108,95); }

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