#39814B

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

Shades of Amazon #39814B

Tints of Amazon #39814B

Color information

#39814B (or 0x39814B) is unknown color: approx Amazon. HEX triplet: 39, 81 and 4B. RGB value is (57,129,75). Sum of RGB (Red+Green+Blue) = 57+129+75=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #39814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39814B is #C67EB4. Grayscale: #656565. Windows color (decimal): -13008565 or 4948281. OLE color: 4948281.

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

Color convert

RGB5712975-
CMYK0.5600.420.49
HSL135º38.71%36.47%-
HSV(B)135º55.81%50.59%-
XYZ10.8117.089.38-
YUV101.32113.1596.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 129 (50.78% from 255) = 49.43%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=21.84%
G=49.43%
B=28.74%

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
Decimal57129750.5600.420.4913538.7136.47
Hex39814B3802A31872724
Octal7120111370052612074744
Binary111001100000011001011111000010101011000110000111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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