#356C5E

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

Shades of Stromboli #356C5E

Tints of Stromboli #356C5E

Color information

#356C5E (or 0x356C5E) is unknown color: approx Stromboli. HEX triplet: 35, 6C and 5E. RGB value is (53,108,94). Sum of RGB (Red+Green+Blue) = 53+108+94=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #356C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C5E is #CA93A1. Grayscale: #595959. Windows color (decimal): -13276066 or 6188085. OLE color: 6188085.

HSL color Cylindrical-coordinate representation of color #356C5E: hue angle of 164.73º 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 #356C5E is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB5310894-
CMYK0.5100.130.58
HSL164.73º34.16%31.57%-
HSV(B)164.73º50.93%42.35%-
XYZ8.8512.2912.5-
YUV89.96130.28101.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=20.78%
G=42.35%
B=36.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108940.5100.130.58164.7334.1631.57
Hex356C5E330D3Aa52220
Octal6515413663015722454240
Binary110101110110010111101100110110111101010100101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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