#368359

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

Shades of Amazon #368359

Tints of Amazon #368359

Color information

#368359 (or 0x368359) is unknown color: approx Amazon. HEX triplet: 36, 83 and 59. RGB value is (54,131,89). Sum of RGB (Red+Green+Blue) = 54+131+89=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #368359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368359 is #C97CA6. Grayscale: #676767. Windows color (decimal): -13204647 or 5866294. OLE color: 5866294.

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

Color convert

RGB5413189-
CMYK0.5900.320.49
HSL147.27º41.62%36.27%-
HSV(B)147.27º58.78%51.37%-
XYZ11.4417.7412.27-
YUV103.19119.9992.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=19.71%
G=47.81%
B=32.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131890.5900.320.49147.2741.6236.27
Hex3683593B02031932a24
Octal6620313173040612235244
Binary110110100000111011001111011010000011000110010011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368359; }

 p { color: rgb(54,131,89); }

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

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

 a { background-color: rgb(54,131,89); }

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

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

 span { border-color: rgb(54,131,89); }

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