#39754C

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

Shades of Amazon #39754C

Tints of Amazon #39754C

Color information

#39754C (or 0x39754C) is unknown color: approx Amazon. HEX triplet: 39, 75 and 4C. RGB value is (57,117,76). Sum of RGB (Red+Green+Blue) = 57+117+76=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #39754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39754C is #C68AB3. Grayscale: #5E5E5E. Windows color (decimal): -13011636 or 5010745. OLE color: 5010745.

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

Color convert

RGB5711776-
CMYK0.5100.350.54
HSL139º34.48%34.12%-
HSV(B)139º51.28%45.88%-
XYZ9.3514.119.07-
YUV94.39117.62101.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=22.8%
G=46.8%
B=30.4%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117760.5100.350.5413934.4834.12
Hex39754C33023368b2222
Octal7116511463043662134242
Binary11100111101011001100110011010001111011010001011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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