#398252

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

Shades of Amazon #398252

Tints of Amazon #398252

Color information

#398252 (or 0x398252) is unknown color: approx Amazon. HEX triplet: 39, 82 and 52. RGB value is (57,130,82). Sum of RGB (Red+Green+Blue) = 57+130+82=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #398252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398252 is #C67DAD. Grayscale: #666666. Windows color (decimal): -13008302 or 5407289. OLE color: 5407289.

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

Color convert

RGB5713082-
CMYK0.5600.370.49
HSL140.55º39.04%36.67%-
HSV(B)140.55º56.15%50.98%-
XYZ11.1917.4410.76-
YUV102.7116.3295.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=21.19%
G=48.33%
B=30.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130820.5600.370.49140.5539.0436.67
Hex39825238025318d2725
Octal7120212270045612154745
Binary111001100000101010010111000010010111000110001101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398252; }

 p { color: rgb(57,130,82); }

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

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

 a { background-color: rgb(57,130,82); }

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

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

 span { border-color: rgb(57,130,82); }

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