Html Css Color HEX #366E5F Stromboli

📋 copy color: '#366E5F'

red 54 ◦ green 110 ◦ blue 95

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

Shades of Stromboli #366E5F

Tints of Stromboli #366E5F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.47%

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

R = 20.85%
G = 42.47%
B = 36.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#366E5F (or 0x366E5F) is known color: Stromboli. HEX triplet: 36, 6E and 5F. RGB value is (54,110,95). Sum of RGB (Red+Green+Blue) = 54+110+95=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #366E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366E5F is #C991A0. Grayscale: #5B5B5B. Windows color (decimal): -13210017 or 6254134. OLE color: 6254134.

HSL color Cylindrical-coordinate representation of color #366E5F: hue angle of 163.93º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #366E5F is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 110 95 -
CMYK 0.51 0 0.14 0.57
HSL 163.93º 0.34% 0.32% -
HSV(B) 163.93º 0.51% 0.43% -
XYZ 9.16 12.76 12.81 -
YUV 91.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 54 110 95 0.51 0 0.14 0.57 163.93 0.34 0.32
Hex 36 6E 5F 33 0 E 39 A4 22 20
Octal 66 156 137 63 0 16 71 244 42 40
Binary 110110 1101110 1011111 110011 0 1110 111001 10100100 100010 100000

Color Harmonies of #366E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366E5F

Black with #366E5F

Text Example


Text Example

White with #366E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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