#36665A

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

Shades of Stromboli #36665A

Tints of Stromboli #36665A

Color information

#36665A (or 0x36665A) is unknown color: approx Stromboli. HEX triplet: 36, 66 and 5A. RGB value is (54,102,90). Sum of RGB (Red+Green+Blue) = 54+102+90=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #36665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36665A is #C999A5. Grayscale: #565656. Windows color (decimal): -13212070 or 5924406. OLE color: 5924406.

HSL color Cylindrical-coordinate representation of color #36665A: hue angle of 165º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36665A is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB5410290-
CMYK0.4700.120.6
HSL165º30.77%30.59%-
HSV(B)165º47.06%40%-
XYZ8.1211.0311.37-
YUV86.28130.1104.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=21.95%
G=41.46%
B=36.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102900.4700.120.616530.7730.59
Hex36665A2F0C3Ca51f1f
Octal6614613257014742453737
Binary1101101100110101101010111101100111100101001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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