#307852

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

Shades of Amazon #307852

Tints of Amazon #307852

Color information

#307852 (or 0x307852) is unknown color: approx Amazon. HEX triplet: 30, 78 and 52. RGB value is (48,120,82). Sum of RGB (Red+Green+Blue) = 48+120+82=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #307852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307852 is #CF87AD. Grayscale: #5E5E5E. Windows color (decimal): -13600686 or 5404720. OLE color: 5404720.

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

Color convert

RGB4812082-
CMYK0.6000.320.53
HSL148.33º42.86%32.94%-
HSV(B)148.33º60%47.06%-
XYZ9.4614.6710.32-
YUV94.14121.1595.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=19.2%
G=48%
B=32.8%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120820.6000.320.53148.3342.8632.94
Hex3078523C02035942b21
Octal6017012274040652245341
Binary11000011110001010010111100010000011010110010100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307852; }

 p { color: rgb(48,120,82); }

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

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

 a { background-color: rgb(48,120,82); }

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

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

 span { border-color: rgb(48,120,82); }

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