#307259

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

Shades of Amazon #307259

Tints of Amazon #307259

Color information

#307259 (or 0x307259) is unknown color: approx Amazon. HEX triplet: 30, 72 and 59. RGB value is (48,114,89). Sum of RGB (Red+Green+Blue) = 48+114+89=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #307259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307259 is #CF8DA6. Grayscale: #5B5B5B. Windows color (decimal): -13602215 or 5861936. OLE color: 5861936.

HSL color Cylindrical-coordinate representation of color #307259: hue angle of 157.27º 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 #307259 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB4811489-
CMYK0.5800.220.55
HSL157.27º40.74%31.76%-
HSV(B)157.27º57.89%44.71%-
XYZ9.0413.3811.56-
YUV91.42126.6397.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=19.12%
G=45.42%
B=35.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114890.5800.220.55157.2740.7431.76
Hex3072593A016379d2920
Octal6016213172026672355140
Binary1100001110010101100111101001011011011110011101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307259; }

 p { color: rgb(48,114,89); }

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

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

 a { background-color: rgb(48,114,89); }

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

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

 span { border-color: rgb(48,114,89); }

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