#368457

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

Shades of Amazon #368457

Tints of Amazon #368457

Color information

#368457 (or 0x368457) is unknown color: approx Amazon. HEX triplet: 36, 84 and 57. RGB value is (54,132,87). Sum of RGB (Red+Green+Blue) = 54+132+87=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #368457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368457 is #C97BA8. Grayscale: #676767. Windows color (decimal): -13204393 or 5735478. OLE color: 5735478.

HSL color Cylindrical-coordinate representation of color #368457: hue angle of 145.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368457 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB5413287-
CMYK0.5900.340.48
HSL145.38º41.94%36.47%-
HSV(B)145.38º59.09%51.76%-
XYZ11.4917.9711.88-
YUV103.55118.6692.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 87 (34.38% from 255) = 31.87%
R=19.78%
G=48.35%
B=31.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132870.5900.340.48145.3841.9436.47
Hex3684573B02230912a24
Octal6620412773042602215244
Binary110110100001001010111111011010001011000010010001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368457; }

 p { color: rgb(54,132,87); }

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

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

 a { background-color: rgb(54,132,87); }

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

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

 span { border-color: rgb(54,132,87); }

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