#356656

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

Shades of Stromboli #356656

Tints of Stromboli #356656

Color information

#356656 (or 0x356656) is unknown color: approx Stromboli. HEX triplet: 35, 66 and 56. RGB value is (53,102,86). Sum of RGB (Red+Green+Blue) = 53+102+86=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #356656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356656 is #CA99A9. Grayscale: #555555. Windows color (decimal): -13277610 or 5662261. OLE color: 5662261.

HSL color Cylindrical-coordinate representation of color #356656: hue angle of 160.41º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356656 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB5310286-
CMYK0.4800.160.6
HSL160.41º31.61%30.39%-
HSV(B)160.41º48.04%40%-
XYZ7.910.9310.5-
YUV85.52128.27104.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=21.99%
G=42.32%
B=35.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102860.4800.160.6160.4131.6130.39
Hex356656300103Ca0201e
Octal6514612660020742404036
Binary110101110011010101101100000100001111001010000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356656; }

 p { color: rgb(53,102,86); }

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

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

 a { background-color: rgb(53,102,86); }

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

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

 span { border-color: rgb(53,102,86); }

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