#367854

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

Shades of Amazon #367854

Tints of Amazon #367854

Color information

#367854 (or 0x367854) is unknown color: approx Amazon. HEX triplet: 36, 78 and 54. RGB value is (54,120,84). Sum of RGB (Red+Green+Blue) = 54+120+84=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #367854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367854 is #C987AB. Grayscale: #606060. Windows color (decimal): -13207468 or 5535798. OLE color: 5535798.

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

Color convert

RGB5412084-
CMYK0.5500.30.53
HSL147.27º37.93%34.12%-
HSV(B)147.27º55%47.06%-
XYZ9.8414.8610.74-
YUV96.16121.1397.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=20.93%
G=46.51%
B=32.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120840.5500.30.53147.2737.9334.12
Hex3678543701E35932622
Octal6617012467036652234642
Binary1101101111000101010011011101111011010110010011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367854; }

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

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

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

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

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

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

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

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