#368355

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

Shades of Amazon #368355

Tints of Amazon #368355

Color information

#368355 (or 0x368355) is unknown color: approx Amazon. HEX triplet: 36, 83 and 55. RGB value is (54,131,85). Sum of RGB (Red+Green+Blue) = 54+131+85=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #368355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368355 is #C97CAA. Grayscale: #666666. Windows color (decimal): -13204651 or 5604150. OLE color: 5604150.

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

Color convert

RGB5413185-
CMYK0.5900.350.49
HSL144.16º41.62%36.27%-
HSV(B)144.16º58.78%51.37%-
XYZ11.2817.6711.41-
YUV102.73117.9993.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=20%
G=48.52%
B=31.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131850.5900.350.49144.1641.6236.27
Hex3683553B02331902a24
Octal6620312573043612205244
Binary110110100000111010101111011010001111000110010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368355; }

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

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

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

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

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

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

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

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