#368447

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

Shades of Amazon #368447

Tints of Amazon #368447

Color information

#368447 (or 0x368447) is unknown color: approx Amazon. HEX triplet: 36, 84 and 47. RGB value is (54,132,71). Sum of RGB (Red+Green+Blue) = 54+132+71=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #368447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368447 is #C97BB8. Grayscale: #656565. Windows color (decimal): -13204409 or 4686902. OLE color: 4686902.

HSL color Cylindrical-coordinate representation of color #368447: hue angle of 133.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368447 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB5413271-
CMYK0.5900.460.48
HSL133.08º41.94%36.47%-
HSV(B)133.08º59.09%51.76%-
XYZ10.9117.748.81-
YUV101.72110.6693.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 132 (51.95% from 255) = 51.36%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=21.01%
G=51.36%
B=27.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132710.5900.460.48133.0841.9436.47
Hex3684473B02E30852a24
Octal6620410773056602055244
Binary110110100001001000111111011010111011000010000101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368447; }

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

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

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

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

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

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

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

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