Html Css Color HEX #366A5F Stromboli

📋 copy color: '#366A5F'

red 54 ◦ green 106 ◦ blue 95

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

Shades of Stromboli #366A5F

Tints of Stromboli #366A5F

RGB

 RED value IS 54 (21.48% from 255) = 21.18%

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

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

R = 21.18%
G = 41.57%
B = 37.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#366A5F (or 0x366A5F) is known color: Stromboli. HEX triplet: 36, 6A and 5F. RGB value is (54,106,95). Sum of RGB (Red+Green+Blue) = 54+106+95=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #366A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A5F is #C995A0. Grayscale: #595959. Windows color (decimal): -13211041 or 6253110. OLE color: 6253110.

HSL color Cylindrical-coordinate representation of color #366A5F: hue angle of 167.31º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A5F is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 106 95 -
CMYK 0.49 0 0.10 0.58
HSL 167.31º 0.33% 0.31% -
HSV(B) 167.31º 0.49% 0.42% -
XYZ 8.74 11.92 12.67 -
YUV 89.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 54 106 95 0.49 0 0.10 0.58 167.31 0.33 0.31
Hex 36 6A 5F 31 0 A 3A A7 20 1F
Octal 66 152 137 61 0 12 72 247 40 37
Binary 110110 1101010 1011111 110001 0 1010 111010 10100111 100000 11111

Color Harmonies of #366A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A5F

Black with #366A5F

Text Example


Text Example

White with #366A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366A5F; }

 p { color: rgb(54,106,95); }

 H1.HeaderClassName
 {
   color: #366A5F;
 }
 .AnyTagClassName
 {
   color: #366A5F;
 }
</style>

background-color css

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

 a { background-color: rgb(54,106,95); }

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

border-color css

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

 span { border-color: rgb(54,106,95); }

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