#307B5B

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

Shades of Amazon #307B5B

Tints of Amazon #307B5B

Color information

#307B5B (or 0x307B5B) is unknown color: approx Amazon. HEX triplet: 30, 7B and 5B. RGB value is (48,123,91). Sum of RGB (Red+Green+Blue) = 48+123+91=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 123 (48.44% from 255 or 46.95% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 123 - color contains mainly: green. Hex color #307B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307B5B is #CF84A4. Grayscale: #606060. Windows color (decimal): -13599909 or 5995312. OLE color: 5995312.

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

Color convert

RGB4812391-
CMYK0.6100.260.52
HSL154.4º43.86%33.53%-
HSV(B)154.4º60.98%48.24%-
XYZ10.1915.5512.36-
YUV96.93124.6593.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 123 (48.44% from 255) = 46.95%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=18.32%
G=46.95%
B=34.73%

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
Decimal48123910.6100.260.52154.443.8633.53
Hex307B5B3D01A349a2c22
Octal6017313375032642325442
Binary1100001111011101101111110101101011010010011010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,123,91); }

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

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

 a { background-color: rgb(48,123,91); }

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

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

 span { border-color: rgb(48,123,91); }

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