#307055

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

Shades of Amazon #307055

Tints of Amazon #307055

Color information

#307055 (or 0x307055) is unknown color: approx Amazon. HEX triplet: 30, 70 and 55. RGB value is (48,112,85). Sum of RGB (Red+Green+Blue) = 48+112+85=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #307055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307055 is #CF8FAA. Grayscale: #595959. Windows color (decimal): -13602731 or 5599280. OLE color: 5599280.

HSL color Cylindrical-coordinate representation of color #307055: hue angle of 154.69º 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 #307055 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB4811285-
CMYK0.5700.240.56
HSL154.69º40%31.37%-
HSV(B)154.69º57.14%43.92%-
XYZ8.6512.8710.62-
YUV89.79125.398.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=19.59%
G=45.71%
B=34.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112850.5700.240.56154.694031.37
Hex30705539018389b281f
Octal6016012571030702335037
Binary110000111000010101011110010110001110001001101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307055; }

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

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

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

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

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

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

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

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