#307753

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

Shades of Amazon #307753

Tints of Amazon #307753

Color information

#307753 (or 0x307753) is unknown color: approx Amazon. HEX triplet: 30, 77 and 53. RGB value is (48,119,83). Sum of RGB (Red+Green+Blue) = 48+119+83=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #307753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307753 is #CF88AC. Grayscale: #5D5D5D. Windows color (decimal): -13600941 or 5470000. OLE color: 5470000.

HSL color Cylindrical-coordinate representation of color #307753: hue angle of 149.58º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307753 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB4811983-
CMYK0.6000.300.53
HSL149.58º42.51%32.75%-
HSV(B)149.58º59.66%46.67%-
XYZ9.3814.4510.48-
YUV93.67121.9895.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=19.2%
G=47.6%
B=33.2%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119830.6000.300.53149.5842.5132.75
Hex3077533C01E35962b21
Octal6016712374036652265341
Binary1100001110111101001111110001111011010110010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307753; }

 p { color: rgb(48,119,83); }

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

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

 a { background-color: rgb(48,119,83); }

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

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

 span { border-color: rgb(48,119,83); }

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