#398650

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

Shades of Amazon #398650

Tints of Amazon #398650

Color information

#398650 (or 0x398650) is unknown color: approx Amazon. HEX triplet: 39, 86 and 50. RGB value is (57,134,80). Sum of RGB (Red+Green+Blue) = 57+134+80=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #398650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398650 is #C679AF. Grayscale: #686868. Windows color (decimal): -13007280 or 5277241. OLE color: 5277241.

HSL color Cylindrical-coordinate representation of color #398650: hue angle of 137.92º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398650 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB5713480-
CMYK0.5700.400.47
HSL137.92º40.31%37.45%-
HSV(B)137.92º57.46%52.55%-
XYZ11.6618.510.55-
YUV104.82113.9993.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=21.03%
G=49.45%
B=29.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134800.5700.400.47137.9240.3137.45
Hex398650390282F8a2825
Octal7120612071050572125045
Binary111001100001101010000111001010100010111110001010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398650; }

 p { color: rgb(57,134,80); }

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

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

 a { background-color: rgb(57,134,80); }

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

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

 span { border-color: rgb(57,134,80); }

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