#368551

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

Shades of Amazon #368551

Tints of Amazon #368551

Color information

#368551 (or 0x368551) is unknown color: approx Amazon. HEX triplet: 36, 85 and 51. RGB value is (54,133,81). Sum of RGB (Red+Green+Blue) = 54+133+81=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #368551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368551 is #C97AAE. Grayscale: #676767. Windows color (decimal): -13204143 or 5342518. OLE color: 5342518.

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

Color convert

RGB5413381-
CMYK0.5900.390.48
HSL140.51º42.25%36.67%-
HSV(B)140.51º59.4%52.16%-
XYZ11.3918.1510.69-
YUV103.45115.3392.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=20.15%
G=49.63%
B=30.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133810.5900.390.48140.5142.2536.67
Hex3685513B027308d2a25
Octal6620512173047602155245
Binary110110100001011010001111011010011111000010001101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368551; }

 p { color: rgb(54,133,81); }

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

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

 a { background-color: rgb(54,133,81); }

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

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

 span { border-color: rgb(54,133,81); }

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