#368649

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

Shades of Amazon #368649

Tints of Amazon #368649

Color information

#368649 (or 0x368649) is unknown color: approx Amazon. HEX triplet: 36, 86 and 49. RGB value is (54,134,73). Sum of RGB (Red+Green+Blue) = 54+134+73=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #368649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368649 is #C979B6. Grayscale: #676767. Windows color (decimal): -13203895 or 4818486. OLE color: 4818486.

HSL color Cylindrical-coordinate representation of color #368649: hue angle of 134.25º 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 #368649 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB5413473-
CMYK0.6000.460.47
HSL134.25º42.55%36.86%-
HSV(B)134.25º59.7%52.55%-
XYZ11.2518.329.25-
YUV103.1311192.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=20.69%
G=51.34%
B=27.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134730.6000.460.47134.2542.5536.86
Hex3686493C02E2F862b25
Octal6620611174056572065345
Binary110110100001101001001111100010111010111110000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368649; }

 p { color: rgb(54,134,73); }

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

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

 a { background-color: rgb(54,134,73); }

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

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

 span { border-color: rgb(54,134,73); }

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