#307159

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

Shades of Stromboli #307159

Tints of Stromboli #307159

Color information

#307159 (or 0x307159) is unknown color: approx Stromboli. HEX triplet: 30, 71 and 59. RGB value is (48,113,89). Sum of RGB (Red+Green+Blue) = 48+113+89=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #307159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307159 is #CF8EA6. Grayscale: #5A5A5A. Windows color (decimal): -13602471 or 5861680. OLE color: 5861680.

HSL color Cylindrical-coordinate representation of color #307159: hue angle of 157.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307159 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB4811389-
CMYK0.5800.210.56
HSL157.85º40.37%31.57%-
HSV(B)157.85º57.52%44.31%-
XYZ8.9313.1611.52-
YUV90.83126.9797.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=19.2%
G=45.2%
B=35.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113890.5800.210.56157.8540.3731.57
Hex3071593A015389e2820
Octal6016113172025702365040
Binary1100001110001101100111101001010111100010011110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307159; }

 p { color: rgb(48,113,89); }

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

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

 a { background-color: rgb(48,113,89); }

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

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

 span { border-color: rgb(48,113,89); }

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