#307344

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

Shades of Amazon #307344

Tints of Amazon #307344

Color information

#307344 (or 0x307344) is unknown color: approx Amazon. HEX triplet: 30, 73 and 44. RGB value is (48,115,68). Sum of RGB (Red+Green+Blue) = 48+115+68=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #307344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307344 is #CF8CBB. Grayscale: #595959. Windows color (decimal): -13601980 or 4485936. OLE color: 4485936.

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

Color convert

RGB4811568-
CMYK0.5800.410.55
HSL137.91º41.1%31.96%-
HSV(B)137.91º58.26%45.1%-
XYZ8.3913.317.6-
YUV89.61115.898.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=20.78%
G=49.78%
B=29.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115680.5800.410.55137.9141.131.96
Hex3073443A029378a2920
Octal6016310472051672125140
Binary11000011100111000100111010010100111011110001010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307344; }

 p { color: rgb(48,115,68); }

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

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

 a { background-color: rgb(48,115,68); }

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

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

 span { border-color: rgb(48,115,68); }

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