#36824E

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

Shades of Amazon #36824E

Tints of Amazon #36824E

Color information

#36824E (or 0x36824E) is unknown color: approx Amazon. HEX triplet: 36, 82 and 4E. RGB value is (54,130,78). Sum of RGB (Red+Green+Blue) = 54+130+78=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #36824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36824E is #C97DB1. Grayscale: #656565. Windows color (decimal): -13204914 or 5145142. OLE color: 5145142.

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

Color convert

RGB5413078-
CMYK0.5800.400.49
HSL138.95º41.3%36.08%-
HSV(B)138.95º58.46%50.98%-
XYZ10.8817.39.97-
YUV101.35114.8294.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=20.61%
G=49.62%
B=29.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130780.5800.400.49138.9541.336.08
Hex36824E3A028318b2924
Octal6620211672050612135144
Binary110110100000101001110111010010100011000110001011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36824E; }

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

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

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

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

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

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

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

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