#368248

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

Shades of Amazon #368248

Tints of Amazon #368248

Color information

#368248 (or 0x368248) is unknown color: approx Amazon. HEX triplet: 36, 82 and 48. RGB value is (54,130,72). Sum of RGB (Red+Green+Blue) = 54+130+72=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #368248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368248 is #C97DB7. Grayscale: #646464. Windows color (decimal): -13204920 or 4751926. OLE color: 4751926.

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

Color convert

RGB5413072-
CMYK0.5800.450.49
HSL134.21º41.3%36.08%-
HSV(B)134.21º58.46%50.98%-
XYZ10.6717.228.89-
YUV100.66111.8294.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=21.09%
G=50.78%
B=28.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130720.5800.450.49134.2141.336.08
Hex3682483A02D31862924
Octal6620211072055612065144
Binary110110100000101001000111010010110111000110000110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368248; }

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

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

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

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

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

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

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

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