#368652

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

Shades of Amazon #368652

Tints of Amazon #368652

Color information

#368652 (or 0x368652) is unknown color: approx Amazon. HEX triplet: 36, 86 and 52. RGB value is (54,134,82). Sum of RGB (Red+Green+Blue) = 54+134+82=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #368652 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368652 is #C979AD. Grayscale: #686868. Windows color (decimal): -13203886 or 5408310. OLE color: 5408310.

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

Color convert

RGB5413482-
CMYK0.6000.390.47
HSL141º42.55%36.86%-
HSV(B)141º59.7%52.55%-
XYZ11.5718.4410.93-
YUV104.15115.592.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=20%
G=49.63%
B=30.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134820.6000.390.4714142.5536.86
Hex3686523C0272F8d2b25
Octal6620612274047572155345
Binary110110100001101010010111100010011110111110001101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368652; }

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

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

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

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

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

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

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

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