#368051

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

Shades of Amazon #368051

Tints of Amazon #368051

Color information

#368051 (or 0x368051) is unknown color: approx Amazon. HEX triplet: 36, 80 and 51. RGB value is (54,128,81). Sum of RGB (Red+Green+Blue) = 54+128+81=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #368051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368051 is #C97FAE. Grayscale: #646464. Windows color (decimal): -13205423 or 5341238. OLE color: 5341238.

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

Color convert

RGB5412881-
CMYK0.5800.370.50
HSL141.89º40.66%35.69%-
HSV(B)141.89º57.81%50.2%-
XYZ10.7316.8210.47-
YUV100.52116.9894.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=20.53%
G=48.67%
B=30.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128810.5800.370.50141.8940.6635.69
Hex3680513A025328e2924
Octal6620012172045622165144
Binary110110100000001010001111010010010111001010001110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368051; }

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

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

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

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

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

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

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

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