#368059

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

Shades of Amazon #368059

Tints of Amazon #368059

Color information

#368059 (or 0x368059) is unknown color: approx Amazon. HEX triplet: 36, 80 and 59. RGB value is (54,128,89). Sum of RGB (Red+Green+Blue) = 54+128+89=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #368059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368059 is #C97FA6. Grayscale: #656565. Windows color (decimal): -13205415 or 5865526. OLE color: 5865526.

HSL color Cylindrical-coordinate representation of color #368059: hue angle of 148.38º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368059 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB5412889-
CMYK0.5800.300.50
HSL148.38º40.66%35.69%-
HSV(B)148.38º57.81%50.2%-
XYZ11.0416.9412.14-
YUV101.43120.9894.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.93%
GREEN value IS 128 (50.39% from 255) = 47.23%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=19.93%
G=47.23%
B=32.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128890.5800.300.50148.3840.6635.69
Hex3680593A01E32942924
Octal6620013172036622245144
Binary11011010000000101100111101001111011001010010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368059; }

 p { color: rgb(54,128,89); }

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

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

 a { background-color: rgb(54,128,89); }

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

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

 span { border-color: rgb(54,128,89); }

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