#307351

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

Shades of Amazon #307351

Tints of Amazon #307351

Color information

#307351 (or 0x307351) is unknown color: approx Amazon. HEX triplet: 30, 73 and 51. RGB value is (48,115,81). Sum of RGB (Red+Green+Blue) = 48+115+81=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #307351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307351 is #CF8CAE. Grayscale: #5B5B5B. Windows color (decimal): -13601967 or 5337904. OLE color: 5337904.

HSL color Cylindrical-coordinate representation of color #307351: hue angle of 149.55º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307351 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB4811581-
CMYK0.5800.300.55
HSL149.55º41.1%31.96%-
HSV(B)149.55º58.26%45.1%-
XYZ8.8313.489.92-
YUV91.09122.397.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=19.67%
G=47.13%
B=33.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115810.5800.300.55149.5541.131.96
Hex3073513A01E37962920
Octal6016312172036672265140
Binary1100001110011101000111101001111011011110010110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307351; }

 p { color: rgb(48,115,81); }

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

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

 a { background-color: rgb(48,115,81); }

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

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

 span { border-color: rgb(48,115,81); }

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