#36685A

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

Shades of Stromboli #36685A

Tints of Stromboli #36685A

Color information

#36685A (or 0x36685A) is unknown color: approx Stromboli. HEX triplet: 36, 68 and 5A. RGB value is (54,104,90). Sum of RGB (Red+Green+Blue) = 54+104+90=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #36685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36685A is #C997A5. Grayscale: #575757. Windows color (decimal): -13211558 or 5924918. OLE color: 5924918.

HSL color Cylindrical-coordinate representation of color #36685A: hue angle of 163.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36685A is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB5410490-
CMYK0.4800.130.59
HSL163.2º31.65%30.98%-
HSV(B)163.2º48.08%40.78%-
XYZ8.3211.4211.44-
YUV87.45129.44104.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 90 (35.55% from 255) = 36.29%
R=21.77%
G=41.94%
B=36.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54104900.4800.130.59163.231.6530.98
Hex36685A300D3Ba3201f
Octal6615013260015732434037
Binary11011011010001011010110000011011110111010001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36685A; }

 p { color: rgb(54,104,90); }

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

<style>
 a { background-color: #36685A; }

 a { background-color: rgb(54,104,90); }

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

<style>
 span { border-color: #36685A; }

 span { border-color: rgb(54,104,90); }

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