#307745

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

Shades of Amazon #307745

Tints of Amazon #307745

Color information

#307745 (or 0x307745) is unknown color: approx Amazon. HEX triplet: 30, 77 and 45. RGB value is (48,119,69). Sum of RGB (Red+Green+Blue) = 48+119+69=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #307745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307745 is #CF88BA. Grayscale: #5C5C5C. Windows color (decimal): -13600955 or 4552496. OLE color: 4552496.

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

Color convert

RGB4811969-
CMYK0.6000.420.53
HSL137.75º42.51%32.75%-
HSV(B)137.75º59.66%46.67%-
XYZ8.8914.257.91-
YUV92.07114.9896.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=20.34%
G=50.42%
B=29.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48119690.6000.420.53137.7542.5132.75
Hex3077453C02A358a2b21
Octal6016710574052652125341
Binary11000011101111000101111100010101011010110001010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307745; }

 p { color: rgb(48,119,69); }

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

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

 a { background-color: rgb(48,119,69); }

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

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

 span { border-color: rgb(48,119,69); }

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