#367859

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

Shades of Amazon #367859

Tints of Amazon #367859

Color information

#367859 (or 0x367859) is unknown color: approx Amazon. HEX triplet: 36, 78 and 59. RGB value is (54,120,89). Sum of RGB (Red+Green+Blue) = 54+120+89=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #367859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367859 is #C987A6. Grayscale: #606060. Windows color (decimal): -13207463 or 5863478. OLE color: 5863478.

HSL color Cylindrical-coordinate representation of color #367859: hue angle of 151.82º 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 #367859 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB5412089-
CMYK0.5500.260.53
HSL151.82º37.93%34.12%-
HSV(B)151.82º55%47.06%-
XYZ10.0414.9411.81-
YUV96.73123.6397.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 120 (47.27% from 255) = 45.63%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=20.53%
G=45.63%
B=33.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120890.5500.260.53151.8237.9334.12
Hex3678593701A35982622
Octal6617013167032652304642
Binary1101101111000101100111011101101011010110011000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367859; }

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

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

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

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

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

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

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

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