#367052

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

Shades of Amazon #367052

Tints of Amazon #367052

Color information

#367052 (or 0x367052) is unknown color: approx Amazon. HEX triplet: 36, 70 and 52. RGB value is (54,112,82). Sum of RGB (Red+Green+Blue) = 54+112+82=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #367052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367052 is #C98FAD. Grayscale: #5B5B5B. Windows color (decimal): -13209518 or 5402678. OLE color: 5402678.

HSL color Cylindrical-coordinate representation of color #367052: hue angle of 148.97º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367052 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB5411282-
CMYK0.5200.270.56
HSL148.97º34.94%32.55%-
HSV(B)148.97º51.79%43.92%-
XYZ8.8412.9810.02-
YUV91.24122.78101.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=21.77%
G=45.16%
B=33.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112820.5200.270.56148.9734.9432.55
Hex3670523401B38952321
Octal6616012264033702254341
Binary1101101110000101001011010001101111100010010101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367052; }

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

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

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

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

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

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

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

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