#368446

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

Shades of Amazon #368446

Tints of Amazon #368446

Color information

#368446 (or 0x368446) is unknown color: approx Amazon. HEX triplet: 36, 84 and 46. RGB value is (54,132,70). Sum of RGB (Red+Green+Blue) = 54+132+70=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #368446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368446 is #C97BB9. Grayscale: #656565. Windows color (decimal): -13204410 or 4621366. OLE color: 4621366.

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

Color convert

RGB5413270-
CMYK0.5900.470.48
HSL132.31º41.94%36.47%-
HSV(B)132.31º59.09%51.76%-
XYZ10.8817.738.64-
YUV101.61110.1694.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 132 (51.95% from 255) = 51.56%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=21.09%
G=51.56%
B=27.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132700.5900.470.48132.3141.9436.47
Hex3684463B02F30842a24
Octal6620410673057602045244
Binary110110100001001000110111011010111111000010000100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368446; }

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

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

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

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

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

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

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

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