#368A46

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

Shades of Amazon #368A46

Tints of Amazon #368A46

Color information

#368A46 (or 0x368A46) is unknown color: approx Amazon. HEX triplet: 36, 8A and 46. RGB value is (54,138,70). Sum of RGB (Red+Green+Blue) = 54+138+70=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #368A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368A46 is #C975B9. Grayscale: #696969. Windows color (decimal): -13202874 or 4622902. OLE color: 4622902.

HSL color Cylindrical-coordinate representation of color #368A46: hue angle of 131.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368A46 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB5413870-
CMYK0.6100.490.46
HSL131.43º43.75%37.65%-
HSV(B)131.43º60.87%54.12%-
XYZ11.7219.48.92-
YUV105.13108.1791.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 138 (54.30% from 255) = 52.67%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=20.61%
G=52.67%
B=26.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54138700.6100.490.46131.4343.7537.65
Hex368A463D0312E832c26
Octal6621210675061562035446
Binary110110100010101000110111101011000110111010000011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368A46; }

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

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

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

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

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

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

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

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