#368646

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

Shades of Amazon #368646

Tints of Amazon #368646

Color information

#368646 (or 0x368646) is unknown color: approx Amazon. HEX triplet: 36, 86 and 46. RGB value is (54,134,70). Sum of RGB (Red+Green+Blue) = 54+134+70=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #368646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368646 is #C979B9. Grayscale: #666666. Windows color (decimal): -13203898 or 4621878. OLE color: 4621878.

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

Color convert

RGB5413470-
CMYK0.6000.480.47
HSL132º42.55%36.86%-
HSV(B)132º59.7%52.55%-
XYZ11.1518.288.73-
YUV102.78109.593.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.93%
GREEN value IS 134 (52.73% from 255) = 51.94%
BLUE value IS 70 (27.73% from 255) = 27.13%
R=20.93%
G=51.94%
B=27.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134700.6000.480.4713242.5536.86
Hex3686463C0302F842b25
Octal6620610674060572045345
Binary110110100001101000110111100011000010111110000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368646; }

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

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

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

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

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

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

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

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