#368847

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

Shades of Amazon #368847

Tints of Amazon #368847

Color information

#368847 (or 0x368847) is unknown color: approx Amazon. HEX triplet: 36, 88 and 47. RGB value is (54,136,71). Sum of RGB (Red+Green+Blue) = 54+136+71=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #368847 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368847 is #C977B8. Grayscale: #686868. Windows color (decimal): -13203385 or 4687926. OLE color: 4687926.

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

Color convert

RGB5413671-
CMYK0.6000.480.47
HSL132.44º43.16%37.25%-
HSV(B)132.44º60.29%53.33%-
XYZ11.4618.859-
YUV104.07109.3392.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 136 (53.52% from 255) = 52.11%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=20.69%
G=52.11%
B=27.20%

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
Decimal54136710.6000.480.47132.4443.1637.25
Hex3688473C0302F842b25
Octal6621010774060572045345
Binary110110100010001000111111100011000010111110000100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368847; }

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

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

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

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

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

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

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

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