#356953

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

Shades of Stromboli #356953

Tints of Stromboli #356953

Color information

#356953 (or 0x356953) is unknown color: approx Stromboli. HEX triplet: 35, 69 and 53. RGB value is (53,105,83). Sum of RGB (Red+Green+Blue) = 53+105+83=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #356953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356953 is #CA96AC. Grayscale: #565656. Windows color (decimal): -13276845 or 5466421. OLE color: 5466421.

HSL color Cylindrical-coordinate representation of color #356953: hue angle of 154.62º 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 #356953 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB5310583-
CMYK0.5000.210.59
HSL154.62º32.91%30.98%-
HSV(B)154.62º49.52%41.18%-
XYZ8.0811.489.97-
YUV86.94125.77103.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=21.99%
G=43.57%
B=34.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105830.5000.210.59154.6232.9130.98
Hex356953320153B9b211f
Octal6515112362025732334137
Binary110101110100110100111100100101011110111001101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356953; }

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

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

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

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

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

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

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

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