#307758

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

Shades of Amazon #307758

Tints of Amazon #307758

Color information

#307758 (or 0x307758) is unknown color: approx Amazon. HEX triplet: 30, 77 and 58. RGB value is (48,119,88). Sum of RGB (Red+Green+Blue) = 48+119+88=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #307758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307758 is #CF88A7. Grayscale: #5E5E5E. Windows color (decimal): -13600936 or 5797680. OLE color: 5797680.

HSL color Cylindrical-coordinate representation of color #307758: hue angle of 153.8º 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 #307758 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB4811988-
CMYK0.6000.260.53
HSL153.8º42.51%32.75%-
HSV(B)153.8º59.66%46.67%-
XYZ9.5814.5311.53-
YUV94.24124.4895.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 119 (46.88% from 255) = 46.67%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=18.82%
G=46.67%
B=34.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119880.6000.260.53153.842.5132.75
Hex3077583C01A359a2b21
Octal6016713074032652325341
Binary1100001110111101100011110001101011010110011010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307758; }

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

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

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

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

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

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

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

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