#36854A

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

Shades of Amazon #36854A

Tints of Amazon #36854A

Color information

#36854A (or 0x36854A) is unknown color: approx Amazon. HEX triplet: 36, 85 and 4A. RGB value is (54,133,74). Sum of RGB (Red+Green+Blue) = 54+133+74=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #36854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36854A is #C97AB5. Grayscale: #666666. Windows color (decimal): -13204150 or 4883766. OLE color: 4883766.

HSL color Cylindrical-coordinate representation of color #36854A: hue angle of 135.19º 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 #36854A is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB5413374-
CMYK0.5900.440.48
HSL135.19º42.25%36.67%-
HSV(B)135.19º59.4%52.16%-
XYZ11.1418.059.38-
YUV102.65111.8393.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 133 (52.34% from 255) = 50.96%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=20.69%
G=50.96%
B=28.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54133740.5900.440.48135.1942.2536.67
Hex36854A3B02C30872a25
Octal6620511273054602075245
Binary110110100001011001010111011010110011000010000111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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