#36814A

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

Shades of Amazon #36814A

Tints of Amazon #36814A

Color information

#36814A (or 0x36814A) is unknown color: approx Amazon. HEX triplet: 36, 81 and 4A. RGB value is (54,129,74). Sum of RGB (Red+Green+Blue) = 54+129+74=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #36814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36814A is #C97EB5. Grayscale: #646464. Windows color (decimal): -13205174 or 4882742. OLE color: 4882742.

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

Color convert

RGB5412974-
CMYK0.5800.430.49
HSL136º40.98%35.88%-
HSV(B)136º58.14%50.59%-
XYZ10.6116.989.2-
YUV100.3113.1594.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 129 (50.78% from 255) = 50.19%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=21.01%
G=50.19%
B=28.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54129740.5800.430.4913640.9835.88
Hex36814A3A02B31882924
Octal6620111272053612105144
Binary110110100000011001010111010010101111000110001000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36814A; }

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

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

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

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

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

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

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

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