#367852

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

Shades of Amazon #367852

Tints of Amazon #367852

Color information

#367852 (or 0x367852) is unknown color: approx Amazon. HEX triplet: 36, 78 and 52. RGB value is (54,120,82). Sum of RGB (Red+Green+Blue) = 54+120+82=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #367852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367852 is #C987AD. Grayscale: #606060. Windows color (decimal): -13207470 or 5404726. OLE color: 5404726.

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

Color convert

RGB5412082-
CMYK0.5500.320.53
HSL145.45º37.93%34.12%-
HSV(B)145.45º55%47.06%-
XYZ9.7614.8310.33-
YUV95.93120.1398.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=21.09%
G=46.88%
B=32.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120820.5500.320.53145.4537.9334.12
Hex3678523702035912622
Octal6617012267040652214642
Binary11011011110001010010110111010000011010110010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367852; }

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

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

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

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

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

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

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

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