#39834A

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

Shades of Amazon #39834A

Tints of Amazon #39834A

Color information

#39834A (or 0x39834A) is unknown color: approx Amazon. HEX triplet: 39, 83 and 4A. RGB value is (57,131,74). Sum of RGB (Red+Green+Blue) = 57+131+74=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #39834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39834A is #C67CB5. Grayscale: #666666. Windows color (decimal): -13008054 or 4883257. OLE color: 4883257.

HSL color Cylindrical-coordinate representation of color #39834A: hue angle of 133.78º 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 #39834A is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB5713174-
CMYK0.5600.440.49
HSL133.78º39.36%36.86%-
HSV(B)133.78º56.49%51.37%-
XYZ11.0417.69.29-
YUV102.38111.9895.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=21.76%
G=50%
B=28.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131740.5600.440.49133.7839.3636.86
Hex39834A3802C31862725
Octal7120311270054612064745
Binary111001100000111001010111000010110011000110000110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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