#387252

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

Shades of Amazon #387252

Tints of Amazon #387252

Color information

#387252 (or 0x387252) is unknown color: approx Amazon. HEX triplet: 38, 72 and 52. RGB value is (56,114,82). Sum of RGB (Red+Green+Blue) = 56+114+82=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #387252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387252 is #C78DAD. Grayscale: #5D5D5D. Windows color (decimal): -13077934 or 5403192. OLE color: 5403192.

HSL color Cylindrical-coordinate representation of color #387252: hue angle of 146.9º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387252 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB5611482-
CMYK0.5100.280.55
HSL146.9º34.12%33.33%-
HSV(B)146.9º50.88%44.71%-
XYZ9.1713.4810.1-
YUV93.01121.78101.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=22.22%
G=45.24%
B=32.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114820.5100.280.55146.934.1233.33
Hex3872523301C37932221
Octal7016212263034672234241
Binary1110001110010101001011001101110011011110010011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387252; }

 p { color: rgb(56,114,82); }

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

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

 a { background-color: rgb(56,114,82); }

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

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

 span { border-color: rgb(56,114,82); }

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