#307543

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

Shades of Amazon #307543

Tints of Amazon #307543

Color information

#307543 (or 0x307543) is unknown color: approx Amazon. HEX triplet: 30, 75 and 43. RGB value is (48,117,67). Sum of RGB (Red+Green+Blue) = 48+117+67=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #307543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307543 is #CF8ABC. Grayscale: #5A5A5A. Windows color (decimal): -13601469 or 4420912. OLE color: 4420912.

HSL color Cylindrical-coordinate representation of color #307543: hue angle of 136.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307543 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB4811767-
CMYK0.5900.430.54
HSL136.52º41.82%32.35%-
HSV(B)136.52º58.97%45.88%-
XYZ8.5913.767.51-
YUV90.67114.6497.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 67 (26.56% from 255) = 28.88%
R=20.69%
G=50.43%
B=28.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117670.5900.430.54136.5241.8232.35
Hex3075433B02B36892a20
Octal6016510373053662115240
Binary11000011101011000011111011010101111011010001001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307543; }

 p { color: rgb(48,117,67); }

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

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

 a { background-color: rgb(48,117,67); }

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

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

 span { border-color: rgb(48,117,67); }

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