#367558

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

Shades of Amazon #367558

Tints of Amazon #367558

Color information

#367558 (or 0x367558) is unknown color: approx Amazon. HEX triplet: 36, 75 and 58. RGB value is (54,117,88). Sum of RGB (Red+Green+Blue) = 54+117+88=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #367558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367558 is #C98AA7. Grayscale: #5E5E5E. Windows color (decimal): -13208232 or 5797174. OLE color: 5797174.

HSL color Cylindrical-coordinate representation of color #367558: hue angle of 152.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #367558 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB5411788-
CMYK0.5400.250.54
HSL152.38º36.84%33.53%-
HSV(B)152.38º53.85%45.88%-
XYZ9.6414.2111.47-
YUV94.86124.1398.86-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=20.85%
G=45.17%
B=33.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54117880.5400.250.54152.3836.8433.53
Hex3675583601936982522
Octal6616513066031662304542
Binary1101101110101101100011011001100111011010011000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367558; }

 p { color: rgb(54,117,88); }

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

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

 a { background-color: rgb(54,117,88); }

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

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

 span { border-color: rgb(54,117,88); }

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