#368259

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

Shades of Amazon #368259

Tints of Amazon #368259

Color information

#368259 (or 0x368259) is unknown color: approx Amazon. HEX triplet: 36, 82 and 59. RGB value is (54,130,89). Sum of RGB (Red+Green+Blue) = 54+130+89=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #368259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368259 is #C97DA6. Grayscale: #666666. Windows color (decimal): -13204903 or 5866038. OLE color: 5866038.

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

Color convert

RGB5413089-
CMYK0.5800.320.49
HSL147.63º41.3%36.08%-
HSV(B)147.63º58.46%50.98%-
XYZ11.3117.4712.23-
YUV102.6120.3293.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=19.78%
G=47.62%
B=32.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130890.5800.320.49147.6341.336.08
Hex3682593A02031942924
Octal6620213172040612245144
Binary110110100000101011001111010010000011000110010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368259; }

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

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

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

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

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

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

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

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