#307B5C

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

Shades of Amazon #307B5C

Tints of Amazon #307B5C

Color information

#307B5C (or 0x307B5C) is unknown color: approx Amazon. HEX triplet: 30, 7B and 5C. RGB value is (48,123,92). Sum of RGB (Red+Green+Blue) = 48+123+92=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 123 (48.44% from 255 or 46.77% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 123 - color contains mainly: green. Hex color #307B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307B5C is #CF84A3. Grayscale: #616161. Windows color (decimal): -13599908 or 6060848. OLE color: 6060848.

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

Color convert

RGB4812392-
CMYK0.6100.250.52
HSL155.2º43.86%33.53%-
HSV(B)155.2º60.98%48.24%-
XYZ10.2315.5712.59-
YUV97.04125.1593.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.25%
GREEN value IS 123 (48.44% from 255) = 46.77%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=18.25%
G=46.77%
B=34.98%

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
Decimal48123920.6100.250.52155.243.8633.53
Hex307B5C3D019349b2c22
Octal6017313475031642335442
Binary1100001111011101110011110101100111010010011011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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