#367054

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

Shades of Amazon #367054

Tints of Amazon #367054

Color information

#367054 (or 0x367054) is unknown color: approx Amazon. HEX triplet: 36, 70 and 54. RGB value is (54,112,84). Sum of RGB (Red+Green+Blue) = 54+112+84=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #367054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367054 is #C98FAB. Grayscale: #5B5B5B. Windows color (decimal): -13209516 or 5533750. OLE color: 5533750.

HSL color Cylindrical-coordinate representation of color #367054: hue angle of 151.03º 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 #367054 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB5411284-
CMYK0.5200.250.56
HSL151.03º34.94%32.55%-
HSV(B)151.03º51.79%43.92%-
XYZ8.9213.0110.43-
YUV91.47123.78101.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=21.6%
G=44.8%
B=33.6%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112840.5200.250.56151.0334.9432.55
Hex3670543401938972321
Octal6616012464031702274341
Binary1101101110000101010011010001100111100010010111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367054; }

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

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

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

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

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

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

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

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