#36854E

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

Shades of Amazon #36854E

Tints of Amazon #36854E

Color information

#36854E (or 0x36854E) is unknown color: approx Amazon. HEX triplet: 36, 85 and 4E. RGB value is (54,133,78). Sum of RGB (Red+Green+Blue) = 54+133+78=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #36854E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36854E is #C97AB1. Grayscale: #676767. Windows color (decimal): -13204146 or 5145910. OLE color: 5145910.

HSL color Cylindrical-coordinate representation of color #36854E: hue angle of 138.23º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36854E is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB5413378-
CMYK0.5900.410.48
HSL138.23º42.25%36.67%-
HSV(B)138.23º59.4%52.16%-
XYZ11.2818.1110.11-
YUV103.11113.8392.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=20.38%
G=50.19%
B=29.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133780.5900.410.48138.2342.2536.67
Hex36854E3B029308a2a25
Octal6620511673051602125245
Binary110110100001011001110111011010100111000010001010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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