#36874E

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

Shades of Amazon #36874E

Tints of Amazon #36874E

Color information

#36874E (or 0x36874E) is unknown color: approx Amazon. HEX triplet: 36, 87 and 4E. RGB value is (54,135,78). Sum of RGB (Red+Green+Blue) = 54+135+78=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #36874E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36874E is #C978B1. Grayscale: #686868. Windows color (decimal): -13203634 or 5146422. OLE color: 5146422.

HSL color Cylindrical-coordinate representation of color #36874E: hue angle of 137.78º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36874E is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB5413578-
CMYK0.6000.420.47
HSL137.78º42.86%37.06%-
HSV(B)137.78º60%52.94%-
XYZ11.5618.6610.2-
YUV104.28113.1692.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 135 (53.12% from 255) = 50.56%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=20.22%
G=50.56%
B=29.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54135780.6000.420.47137.7842.8637.06
Hex36874E3C02A2F8a2b25
Octal6620711674052572125345
Binary110110100001111001110111100010101010111110001010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36874E; }

 p { color: rgb(54,135,78); }

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

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

 a { background-color: rgb(54,135,78); }

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

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

 span { border-color: rgb(54,135,78); }

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