#307059

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

Shades of Stromboli #307059

Tints of Stromboli #307059

Color information

#307059 (or 0x307059) is unknown color: approx Stromboli. HEX triplet: 30, 70 and 59. RGB value is (48,112,89). Sum of RGB (Red+Green+Blue) = 48+112+89=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #307059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307059 is #CF8FA6. Grayscale: #5A5A5A. Windows color (decimal): -13602727 or 5861424. OLE color: 5861424.

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

Color convert

RGB4811289-
CMYK0.5700.210.56
HSL158.44º40%31.37%-
HSV(B)158.44º57.14%43.92%-
XYZ8.8212.9411.48-
YUV90.24127.397.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 112 (44.14% from 255) = 44.98%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=19.28%
G=44.98%
B=35.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112890.5700.210.56158.444031.37
Hex30705939015389e281f
Octal6016013171025702365037
Binary110000111000010110011110010101011110001001111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307059; }

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

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

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

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

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

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

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

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