#368351

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

Shades of Amazon #368351

Tints of Amazon #368351

Color information

#368351 (or 0x368351) is unknown color: approx Amazon. HEX triplet: 36, 83 and 51. RGB value is (54,131,81). Sum of RGB (Red+Green+Blue) = 54+131+81=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #368351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368351 is #C97CAE. Grayscale: #666666. Windows color (decimal): -13204655 or 5342006. OLE color: 5342006.

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

Color convert

RGB5413181-
CMYK0.5900.380.49
HSL141.04º41.62%36.27%-
HSV(B)141.04º58.78%51.37%-
XYZ11.1217.6110.6-
YUV102.28115.9993.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.30%
GREEN value IS 131 (51.56% from 255) = 49.25%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=20.30%
G=49.25%
B=30.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54131810.5900.380.49141.0441.6236.27
Hex3683513B026318d2a24
Octal6620312173046612155244
Binary110110100000111010001111011010011011000110001101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368351; }

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

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

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

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

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

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

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

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