#398456

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

Shades of Amazon #398456

Tints of Amazon #398456

Color information

#398456 (or 0x398456) is unknown color: approx Amazon. HEX triplet: 39, 84 and 56. RGB value is (57,132,86). Sum of RGB (Red+Green+Blue) = 57+132+86=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #398456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398456 is #C67BA9. Grayscale: #686868. Windows color (decimal): -13007786 or 5669945. OLE color: 5669945.

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

Color convert

RGB5713286-
CMYK0.5700.350.48
HSL143.2º39.68%37.06%-
HSV(B)143.2º56.82%51.76%-
XYZ11.6218.0411.67-
YUV104.33117.6594.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=20.73%
G=48%
B=31.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132860.5700.350.48143.239.6837.06
Hex39845639023308f2825
Octal7120412671043602175045
Binary111001100001001010110111001010001111000010001111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398456; }

 p { color: rgb(57,132,86); }

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

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

 a { background-color: rgb(57,132,86); }

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

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

 span { border-color: rgb(57,132,86); }

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