#368054

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

Shades of Amazon #368054

Tints of Amazon #368054

Color information

#368054 (or 0x368054) is unknown color: approx Amazon. HEX triplet: 36, 80 and 54. RGB value is (54,128,84). Sum of RGB (Red+Green+Blue) = 54+128+84=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #368054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368054 is #C97FAB. Grayscale: #646464. Windows color (decimal): -13205420 or 5537846. OLE color: 5537846.

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

Color convert

RGB5412884-
CMYK0.5800.340.50
HSL144.32º40.66%35.69%-
HSV(B)144.32º57.81%50.2%-
XYZ10.8416.8611.07-
YUV100.86118.4894.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 128 (50.39% from 255) = 48.12%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=20.30%
G=48.12%
B=31.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128840.5800.340.50144.3240.6635.69
Hex3680543A02232902924
Octal6620012472042622205144
Binary110110100000001010100111010010001011001010010000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368054; }

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

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

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

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

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

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

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

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