Html Css Color HEX #356A56 Stromboli

📋 copy color: '#356A56'

red 53 ◦ green 106 ◦ blue 86

#356A56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #356A56

Tints of Stromboli #356A56

RGB

 RED value IS 53 (21.09% from 255) = 21.63%

 GREEN value IS 106 (41.8% from 255) = 43.27%

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 21.63%
G = 43.27%
B = 35.1%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#356A56 (or 0x356A56) is known color: Stromboli. HEX triplet: 35, 6A and 56. RGB value is (53,106,86). Sum of RGB (Red+Green+Blue) = 53+106+86=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 106 (41.80% from 255 or 43.27% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 106 - color contains mainly: green. Hex color #356A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A56 is #CA95A9. Grayscale: #575757. Windows color (decimal): -13276586 or 5663285. OLE color: 5663285.

HSL color Cylindrical-coordinate representation of color #356A56: hue angle of 157.36º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356A56 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 106 86 -
CMYK 0.5 0 0.19 0.58
HSL 157.36º 0.33% 0.31% -
HSV(B) 157.36º 0.5% 0.42% -
XYZ 8.3 11.74 10.63 -
YUV 87.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 53 106 86 0.5 0 0.19 0.58 157.36 0.33 0.31
Hex 35 6A 56 32 0 13 3A 9D 21 1F
Octal 65 152 126 62 0 23 72 235 41 37
Binary 110101 1101010 1010110 110010 0 10011 111010 10011101 100001 11111

Color Harmonies of #356A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A56

Black with #356A56

Text Example


Text Example

White with #356A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #356A56;
 }
 .AnyTagClassName
 {
   color: #356A56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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