#368348

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

Shades of Amazon #368348

Tints of Amazon #368348

Color information

#368348 (or 0x368348) is unknown color: approx Amazon. HEX triplet: 36, 83 and 48. RGB value is (54,131,72). Sum of RGB (Red+Green+Blue) = 54+131+72=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #368348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368348 is #C97CB7. Grayscale: #656565. Windows color (decimal): -13204664 or 4752182. OLE color: 4752182.

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

Color convert

RGB5413172-
CMYK0.5900.450.49
HSL134.03º41.62%36.27%-
HSV(B)134.03º58.78%51.37%-
XYZ10.8117.488.94-
YUV101.25111.4994.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 131 (51.56% from 255) = 50.97%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=21.01%
G=50.97%
B=28.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131720.5900.450.49134.0341.6236.27
Hex3683483B02D31862a24
Octal6620311073055612065244
Binary110110100000111001000111011010110111000110000110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368348; }

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

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

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

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

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

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

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

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