#367855

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

Shades of Amazon #367855

Tints of Amazon #367855

Color information

#367855 (or 0x367855) is unknown color: approx Amazon. HEX triplet: 36, 78 and 55. RGB value is (54,120,85). Sum of RGB (Red+Green+Blue) = 54+120+85=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #367855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367855 is #C987AA. Grayscale: #606060. Windows color (decimal): -13207467 or 5601334. OLE color: 5601334.

HSL color Cylindrical-coordinate representation of color #367855: hue angle of 148.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367855 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB5412085-
CMYK0.5500.290.53
HSL148.18º37.93%34.12%-
HSV(B)148.18º55%47.06%-
XYZ9.8814.8710.94-
YUV96.28121.6397.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=20.85%
G=46.33%
B=32.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120850.5500.290.53148.1837.9334.12
Hex3678553701D35942622
Octal6617012567035652244642
Binary1101101111000101010111011101110111010110010100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367855; }

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

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

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

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

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

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

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

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