#368056

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

Shades of Amazon #368056

Tints of Amazon #368056

Color information

#368056 (or 0x368056) is unknown color: approx Amazon. HEX triplet: 36, 80 and 56. RGB value is (54,128,86). Sum of RGB (Red+Green+Blue) = 54+128+86=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #368056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368056 is #C97FA9. Grayscale: #656565. Windows color (decimal): -13205418 or 5668918. OLE color: 5668918.

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

Color convert

RGB5412886-
CMYK0.5800.330.50
HSL145.95º40.66%35.69%-
HSV(B)145.95º57.81%50.2%-
XYZ10.9216.8911.49-
YUV101.09119.4894.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 128 (50.39% from 255) = 47.76%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=20.15%
G=47.76%
B=32.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128860.5800.330.50145.9540.6635.69
Hex3680563A02132922924
Octal6620012672041622225144
Binary110110100000001010110111010010000111001010010010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368056; }

 p { color: rgb(54,128,86); }

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

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

 a { background-color: rgb(54,128,86); }

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

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

 span { border-color: rgb(54,128,86); }

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