Html Css Color HEX #356C5F Stromboli

📋 copy color: '#356C5F'

red 53 ◦ green 108 ◦ blue 95

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

Shades of Stromboli #356C5F

Tints of Stromboli #356C5F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.19%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 20.7%
G = 42.19%
B = 37.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#356C5F (or 0x356C5F) is known color: Stromboli. HEX triplet: 35, 6C and 5F. RGB value is (53,108,95). Sum of RGB (Red+Green+Blue) = 53+108+95=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #356C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C5F is #CA93A0. Grayscale: #5A5A5A. Windows color (decimal): -13276065 or 6253621. OLE color: 6253621.

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

Color convert

RGB 53 108 95 -
CMYK 0.51 0 0.12 0.58
HSL 165.82º 0.34% 0.32% -
HSV(B) 165.82º 0.51% 0.42% -
XYZ 8.9 12.31 12.73 -
YUV 90.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 53 108 95 0.51 0 0.12 0.58 165.82 0.34 0.32
Hex 35 6C 5F 33 0 C 3A A6 22 20
Octal 65 154 137 63 0 14 72 246 42 40
Binary 110101 1101100 1011111 110011 0 1100 111010 10100110 100010 100000

Color Harmonies of #356C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C5F

Black with #356C5F

Text Example


Text Example

White with #356C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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