#308153

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

Shades of Amazon #308153

Tints of Amazon #308153

Color information

#308153 (or 0x308153) is unknown color: approx Amazon. HEX triplet: 30, 81 and 53. RGB value is (48,129,83). Sum of RGB (Red+Green+Blue) = 48+129+83=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #308153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308153 is #CF7EAC. Grayscale: #636363. Windows color (decimal): -13598381 or 5472560. OLE color: 5472560.

HSL color Cylindrical-coordinate representation of color #308153: hue angle of 145.93º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308153 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB4812983-
CMYK0.6300.360.49
HSL145.93º45.76%34.71%-
HSV(B)145.93º62.79%50.59%-
XYZ10.6316.9510.9-
YUV99.54118.6691.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 129 (50.78% from 255) = 49.62%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=18.46%
G=49.62%
B=31.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129830.6300.360.49145.9345.7634.71
Hex3081533F02431922e23
Octal6020112377044612225643
Binary110000100000011010011111111010010011000110010010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308153; }

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

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

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

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

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

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

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

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