#307A5C

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

Shades of Amazon #307A5C

Tints of Amazon #307A5C

Color information

#307A5C (or 0x307A5C) is unknown color: approx Amazon. HEX triplet: 30, 7A and 5C. RGB value is (48,122,92). Sum of RGB (Red+Green+Blue) = 48+122+92=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 122 (48.05% from 255 or 46.56% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 122 - color contains mainly: green. Hex color #307A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A5C is #CF85A3. Grayscale: #606060. Windows color (decimal): -13600164 or 6060592. OLE color: 6060592.

HSL color Cylindrical-coordinate representation of color #307A5C: hue angle of 155.68º 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 #307A5C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB4812292-
CMYK0.6100.250.52
HSL155.68º43.53%33.33%-
HSV(B)155.68º60.66%47.84%-
XYZ10.1115.3212.55-
YUV96.45125.4893.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 122 (48.05% from 255) = 46.56%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=18.32%
G=46.56%
B=35.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122920.6100.250.52155.6843.5333.33
Hex307A5C3D019349c2c21
Octal6017213475031642345441
Binary1100001111010101110011110101100111010010011100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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