#32725B

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

Shades of Stromboli #32725B

Tints of Stromboli #32725B

Color information

#32725B (or 0x32725B) is unknown color: approx Stromboli. HEX triplet: 32, 72 and 5B. RGB value is (50,114,91). Sum of RGB (Red+Green+Blue) = 50+114+91=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #32725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32725B is #CD8DA4. Grayscale: #5C5C5C. Windows color (decimal): -13471141 or 5993010. OLE color: 5993010.

HSL color Cylindrical-coordinate representation of color #32725B: hue angle of 158.44º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32725B is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB5011491-
CMYK0.5600.200.55
HSL158.44º39.02%32.16%-
HSV(B)158.44º56.14%44.71%-
XYZ9.2213.4712.01-
YUV92.24127.397.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=19.61%
G=44.71%
B=35.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114910.5600.200.55158.4439.0232.16
Hex32725B38014379e2720
Octal6216213370024672364740
Binary1100101110010101101111100001010011011110011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32725B; }

 p { color: rgb(50,114,91); }

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

<style>
 a { background-color: #32725B; }

 a { background-color: rgb(50,114,91); }

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

<style>
 span { border-color: #32725B; }

 span { border-color: rgb(50,114,91); }

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