#368849

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

Shades of Amazon #368849

Tints of Amazon #368849

Color information

#368849 (or 0x368849) is unknown color: approx Amazon. HEX triplet: 36, 88 and 49. RGB value is (54,136,73). Sum of RGB (Red+Green+Blue) = 54+136+73=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #368849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368849 is #C977B6. Grayscale: #686868. Windows color (decimal): -13203383 or 4818998. OLE color: 4818998.

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

Color convert

RGB5413673-
CMYK0.6000.460.47
HSL133.9º43.16%37.25%-
HSV(B)133.9º60.29%53.33%-
XYZ11.5318.879.34-
YUV104.3110.3392.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 136 (53.52% from 255) = 51.71%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=20.53%
G=51.71%
B=27.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136730.6000.460.47133.943.1637.25
Hex3688493C02E2F862b25
Octal6621011174056572065345
Binary110110100010001001001111100010111010111110000110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368849; }

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

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

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

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

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

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

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

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