#39824B

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

Shades of Amazon #39824B

Tints of Amazon #39824B

Color information

#39824B (or 0x39824B) is unknown color: approx Amazon. HEX triplet: 39, 82 and 4B. RGB value is (57,130,75). Sum of RGB (Red+Green+Blue) = 57+130+75=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #39824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39824B is #C67DB4. Grayscale: #666666. Windows color (decimal): -13008309 or 4948537. OLE color: 4948537.

HSL color Cylindrical-coordinate representation of color #39824B: hue angle of 134.79º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39824B is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB5713075-
CMYK0.5600.420.49
HSL134.79º39.04%36.67%-
HSV(B)134.79º56.15%50.98%-
XYZ10.9417.349.43-
YUV101.9112.8295.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=21.76%
G=49.62%
B=28.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130750.5600.420.49134.7939.0436.67
Hex39824B3802A31872725
Octal7120211370052612074745
Binary111001100000101001011111000010101011000110000111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39824B; }

 p { color: rgb(57,130,75); }

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

<style>
 a { background-color: #39824B; }

 a { background-color: rgb(57,130,75); }

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

<style>
 span { border-color: #39824B; }

 span { border-color: rgb(57,130,75); }

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