#36844F

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

Shades of Amazon #36844F

Tints of Amazon #36844F

Color information

#36844F (or 0x36844F) is unknown color: approx Amazon. HEX triplet: 36, 84 and 4F. RGB value is (54,132,79). Sum of RGB (Red+Green+Blue) = 54+132+79=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #36844F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36844F is #C97BB0. Grayscale: #666666. Windows color (decimal): -13204401 or 5211190. OLE color: 5211190.

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

Color convert

RGB5413279-
CMYK0.5900.400.48
HSL139.23º41.94%36.47%-
HSV(B)139.23º59.09%51.76%-
XYZ11.1817.8510.25-
YUV102.64114.6693.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=20.38%
G=49.81%
B=29.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54132790.5900.400.48139.2341.9436.47
Hex36844F3B028308b2a24
Octal6620411773050602135244
Binary110110100001001001111111011010100011000010001011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36844F; }

 p { color: rgb(54,132,79); }

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

<style>
 a { background-color: #36844F; }

 a { background-color: rgb(54,132,79); }

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

<style>
 span { border-color: #36844F; }

 span { border-color: rgb(54,132,79); }

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