#36864B

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

Shades of Amazon #36864B

Tints of Amazon #36864B

Color information

#36864B (or 0x36864B) is unknown color: approx Amazon. HEX triplet: 36, 86 and 4B. RGB value is (54,134,75). Sum of RGB (Red+Green+Blue) = 54+134+75=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #36864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36864B is #C979B4. Grayscale: #676767. Windows color (decimal): -13203893 or 4949558. OLE color: 4949558.

HSL color Cylindrical-coordinate representation of color #36864B: hue angle of 135.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36864B is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB5413475-
CMYK0.6000.440.47
HSL135.75º42.55%36.86%-
HSV(B)135.75º59.7%52.55%-
XYZ11.3218.349.6-
YUV103.3511292.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=20.53%
G=50.95%
B=28.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134750.6000.440.47135.7542.5536.86
Hex36864B3C02C2F882b25
Octal6620611374054572105345
Binary110110100001101001011111100010110010111110001000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36864B; }

 p { color: rgb(54,134,75); }

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

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

 a { background-color: rgb(54,134,75); }

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

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

 span { border-color: rgb(54,134,75); }

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