#368846

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

Shades of Amazon #368846

Tints of Amazon #368846

Color information

#368846 (or 0x368846) is unknown color: approx Amazon. HEX triplet: 36, 88 and 46. RGB value is (54,136,70). Sum of RGB (Red+Green+Blue) = 54+136+70=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 136 (53.52% from 255 or 52.31% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 136 - color contains mainly: green. Hex color #368846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368846 is #C977B9. Grayscale: #686868. Windows color (decimal): -13203386 or 4622390. OLE color: 4622390.

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

Color convert

RGB5413670-
CMYK0.6000.490.47
HSL131.71º43.16%37.25%-
HSV(B)131.71º60.29%53.33%-
XYZ11.4318.838.83-
YUV103.96108.8392.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 136 (53.52% from 255) = 52.31%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=20.77%
G=52.31%
B=26.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136700.6000.490.47131.7143.1637.25
Hex3688463C0312F842b25
Octal6621010674061572045345
Binary110110100010001000110111100011000110111110000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368846; }

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

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

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

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

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

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

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

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