#367355

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

Shades of Amazon #367355

Tints of Amazon #367355

Color information

#367355 (or 0x367355) is unknown color: approx Amazon. HEX triplet: 36, 73 and 55. RGB value is (54,115,85). Sum of RGB (Red+Green+Blue) = 54+115+85=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #367355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367355 is #C98CAA. Grayscale: #5D5D5D. Windows color (decimal): -13208747 or 5600054. OLE color: 5600054.

HSL color Cylindrical-coordinate representation of color #367355: hue angle of 150.49º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367355 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB5411585-
CMYK0.5300.260.55
HSL150.49º36.09%33.14%-
HSV(B)150.49º53.04%45.1%-
XYZ9.2913.710.75-
YUV93.34123.2999.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=21.26%
G=45.28%
B=33.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115850.5300.260.55150.4936.0933.14
Hex3673553501A37962421
Octal6616312565032672264441
Binary1101101110011101010111010101101011011110010110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367355; }

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

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

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

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

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

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

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

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