#307754

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

Shades of Amazon #307754

Tints of Amazon #307754

Color information

#307754 (or 0x307754) is unknown color: approx Amazon. HEX triplet: 30, 77 and 54. RGB value is (48,119,84). Sum of RGB (Red+Green+Blue) = 48+119+84=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #307754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307754 is #CF88AB. Grayscale: #5D5D5D. Windows color (decimal): -13600940 or 5535536. OLE color: 5535536.

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

Color convert

RGB4811984-
CMYK0.6000.290.53
HSL150.42º42.51%32.75%-
HSV(B)150.42º59.66%46.67%-
XYZ9.4214.4610.68-
YUV93.78122.4895.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=19.12%
G=47.41%
B=33.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119840.6000.290.53150.4242.5132.75
Hex3077543C01D35962b21
Octal6016712474035652265341
Binary1100001110111101010011110001110111010110010110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307754; }

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

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

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

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

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

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

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

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