#387251

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

Shades of Amazon #387251

Tints of Amazon #387251

Color information

#387251 (or 0x387251) is unknown color: approx Amazon. HEX triplet: 38, 72 and 51. RGB value is (56,114,81). Sum of RGB (Red+Green+Blue) = 56+114+81=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #387251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387251 is #C78DAE. Grayscale: #5C5C5C. Windows color (decimal): -13077935 or 5337656. OLE color: 5337656.

HSL color Cylindrical-coordinate representation of color #387251: hue angle of 145.86º 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 #387251 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB5611481-
CMYK0.5100.290.55
HSL145.86º34.12%33.33%-
HSV(B)145.86º50.88%44.71%-
XYZ9.1313.479.9-
YUV92.9121.28101.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=22.31%
G=45.42%
B=32.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114810.5100.290.55145.8634.1233.33
Hex3872513301D37922221
Octal7016212163035672224241
Binary1110001110010101000111001101110111011110010010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387251; }

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

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

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

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

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

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

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

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