#368150

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

Shades of Amazon #368150

Tints of Amazon #368150

Color information

#368150 (or 0x368150) is unknown color: approx Amazon. HEX triplet: 36, 81 and 50. RGB value is (54,129,80). Sum of RGB (Red+Green+Blue) = 54+129+80=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #368150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368150 is #C97EAF. Grayscale: #656565. Windows color (decimal): -13205168 or 5275958. OLE color: 5275958.

HSL color Cylindrical-coordinate representation of color #368150: hue angle of 140.8º 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 #368150 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB5412980-
CMYK0.5800.380.49
HSL140.8º40.98%35.88%-
HSV(B)140.8º58.14%50.59%-
XYZ10.8217.0610.31-
YUV100.99116.1594.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=20.53%
G=49.05%
B=30.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54129800.5800.380.49140.840.9835.88
Hex3681503A026318d2924
Octal6620112072046612155144
Binary110110100000011010000111010010011011000110001101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368150; }

 p { color: rgb(54,129,80); }

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

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

 a { background-color: rgb(54,129,80); }

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

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

 span { border-color: rgb(54,129,80); }

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