#307A5A

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

Shades of Amazon #307A5A

Tints of Amazon #307A5A

Color information

#307A5A (or 0x307A5A) is unknown color: approx Amazon. HEX triplet: 30, 7A and 5A. RGB value is (48,122,90). Sum of RGB (Red+Green+Blue) = 48+122+90=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #307A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A5A is #CF85A5. Grayscale: #606060. Windows color (decimal): -13600166 or 5929520. OLE color: 5929520.

HSL color Cylindrical-coordinate representation of color #307A5A: hue angle of 154.05º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A5A is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB4812290-
CMYK0.6100.260.52
HSL154.05º43.53%33.33%-
HSV(B)154.05º60.66%47.84%-
XYZ10.0215.2912.09-
YUV96.23124.4893.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 122 (48.05% from 255) = 46.92%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=18.46%
G=46.92%
B=34.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122900.6100.260.52154.0543.5333.33
Hex307A5A3D01A349a2c21
Octal6017213275032642325441
Binary1100001111010101101011110101101011010010011010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A5A; }

 p { color: rgb(48,122,90); }

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

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

 a { background-color: rgb(48,122,90); }

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

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

 span { border-color: rgb(48,122,90); }

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