#36725A

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

Shades of Stromboli #36725A

Tints of Stromboli #36725A

Color information

#36725A (or 0x36725A) is unknown color: approx Stromboli. HEX triplet: 36, 72 and 5A. RGB value is (54,114,90). Sum of RGB (Red+Green+Blue) = 54+114+90=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #36725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36725A is #C98DA5. Grayscale: #5D5D5D. Windows color (decimal): -13208998 or 5927478. OLE color: 5927478.

HSL color Cylindrical-coordinate representation of color #36725A: hue angle of 156º 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 #36725A is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB5411490-
CMYK0.5300.210.55
HSL156º35.71%32.94%-
HSV(B)156º52.63%44.71%-
XYZ9.3813.5611.8-
YUV93.32126.1299.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=20.93%
G=44.19%
B=34.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114900.5300.210.5515635.7132.94
Hex36725A35015379c2421
Octal6616213265025672344441
Binary1101101110010101101011010101010111011110011100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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