#356C52

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

Shades of Stromboli #356C52

Tints of Stromboli #356C52

Color information

#356C52 (or 0x356C52) is unknown color: approx Stromboli. HEX triplet: 35, 6C and 52. RGB value is (53,108,82). Sum of RGB (Red+Green+Blue) = 53+108+82=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #356C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C52 is #CA93AD. Grayscale: #585858. Windows color (decimal): -13276078 or 5401653. OLE color: 5401653.

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

Color convert

RGB5310882-
CMYK0.5100.240.58
HSL151.64º34.16%31.57%-
HSV(B)151.64º50.93%42.35%-
XYZ8.3512.099.88-
YUV88.59124.28102.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 108 (42.58% from 255) = 44.44%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=21.81%
G=44.44%
B=33.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108820.5100.240.58151.6434.1631.57
Hex356C52330183A982220
Octal6515412263030722304240
Binary1101011101100101001011001101100011101010011000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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