#398654

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

Shades of Amazon #398654

Tints of Amazon #398654

Color information

#398654 (or 0x398654) is unknown color: approx Amazon. HEX triplet: 39, 86 and 54. RGB value is (57,134,84). Sum of RGB (Red+Green+Blue) = 57+134+84=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #398654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398654 is #C679AB. Grayscale: #696969. Windows color (decimal): -13007276 or 5539385. OLE color: 5539385.

HSL color Cylindrical-coordinate representation of color #398654: hue angle of 141.04º 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 #398654 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB5713484-
CMYK0.5700.370.47
HSL141.04º40.31%37.45%-
HSV(B)141.04º57.46%52.55%-
XYZ11.8118.5611.35-
YUV105.28115.9993.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 84 (33.20% from 255) = 30.55%
R=20.73%
G=48.73%
B=30.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134840.5700.370.47141.0440.3137.45
Hex398654390252F8d2825
Octal7120612471045572155045
Binary111001100001101010100111001010010110111110001101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398654; }

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

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

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

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

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

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

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

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