#368249

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

Shades of Amazon #368249

Tints of Amazon #368249

Color information

#368249 (or 0x368249) is unknown color: approx Amazon. HEX triplet: 36, 82 and 49. RGB value is (54,130,73). Sum of RGB (Red+Green+Blue) = 54+130+73=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #368249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368249 is #C97DB6. Grayscale: #646464. Windows color (decimal): -13204919 or 4817462. OLE color: 4817462.

HSL color Cylindrical-coordinate representation of color #368249: hue angle of 135º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368249 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB5413073-
CMYK0.5800.440.49
HSL135º41.3%36.08%-
HSV(B)135º58.46%50.98%-
XYZ10.7117.239.06-
YUV100.78112.3294.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=21.01%
G=50.58%
B=28.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130730.5800.440.4913541.336.08
Hex3682493A02C31872924
Octal6620211172054612075144
Binary110110100000101001001111010010110011000110000111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368249; }

 p { color: rgb(54,130,73); }

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

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

 a { background-color: rgb(54,130,73); }

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

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

 span { border-color: rgb(54,130,73); }

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