#39754A

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

Shades of Amazon #39754A

Tints of Amazon #39754A

Color information

#39754A (or 0x39754A) is unknown color: approx Amazon. HEX triplet: 39, 75 and 4A. RGB value is (57,117,74). Sum of RGB (Red+Green+Blue) = 57+117+74=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #39754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39754A is #C68AB5. Grayscale: #5E5E5E. Windows color (decimal): -13011638 or 4879673. OLE color: 4879673.

HSL color Cylindrical-coordinate representation of color #39754A: hue angle of 137º 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 #39754A is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB5711774-
CMYK0.5100.370.54
HSL137º34.48%34.12%-
HSV(B)137º51.28%45.88%-
XYZ9.2814.098.71-
YUV94.16116.62101.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=22.98%
G=47.18%
B=29.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117740.5100.370.5413734.4834.12
Hex39754A3302536892222
Octal7116511263045662114242
Binary11100111101011001010110011010010111011010001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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