#39754E

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

Shades of Amazon #39754E

Tints of Amazon #39754E

Color information

#39754E (or 0x39754E) is unknown color: approx Amazon. HEX triplet: 39, 75 and 4E. RGB value is (57,117,78). Sum of RGB (Red+Green+Blue) = 57+117+78=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #39754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39754E is #C68AB1. Grayscale: #5E5E5E. Windows color (decimal): -13011634 or 5141817. OLE color: 5141817.

HSL color Cylindrical-coordinate representation of color #39754E: hue angle of 141º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39754E is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB5711778-
CMYK0.5100.330.54
HSL141º34.48%34.12%-
HSV(B)141º51.28%45.88%-
XYZ9.4214.149.44-
YUV94.61118.62101.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=22.62%
G=46.43%
B=30.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117780.5100.330.5414134.4834.12
Hex39754E33021368d2222
Octal7116511663041662154242
Binary11100111101011001110110011010000111011010001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,117,78); }

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

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

 a { background-color: rgb(57,117,78); }

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

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

 span { border-color: rgb(57,117,78); }

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