#36725E

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

Shades of Stromboli #36725E

Tints of Stromboli #36725E

Color information

#36725E (or 0x36725E) is unknown color: approx Stromboli. HEX triplet: 36, 72 and 5E. RGB value is (54,114,94). Sum of RGB (Red+Green+Blue) = 54+114+94=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #36725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36725E is #C98DA1. Grayscale: #5D5D5D. Windows color (decimal): -13208994 or 6189622. OLE color: 6189622.

HSL color Cylindrical-coordinate representation of color #36725E: hue angle of 160º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36725E is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB5411494-
CMYK0.5300.180.55
HSL160º35.71%32.94%-
HSV(B)160º52.63%44.71%-
XYZ9.5613.6312.72-
YUV93.78128.1299.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=20.61%
G=43.51%
B=35.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114940.5300.180.5516035.7132.94
Hex36725E3501237a02421
Octal6616213665022672404441
Binary1101101110010101111011010101001011011110100000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36725E; }

 p { color: rgb(54,114,94); }

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

<style>
 a { background-color: #36725E; }

 a { background-color: rgb(54,114,94); }

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

<style>
 span { border-color: #36725E; }

 span { border-color: rgb(54,114,94); }

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