#387254

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

Shades of Amazon #387254

Tints of Amazon #387254

Color information

#387254 (or 0x387254) is unknown color: approx Amazon. HEX triplet: 38, 72 and 54. RGB value is (56,114,84). Sum of RGB (Red+Green+Blue) = 56+114+84=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #387254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387254 is #C78DAB. Grayscale: #5D5D5D. Windows color (decimal): -13077932 or 5534264. OLE color: 5534264.

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

Color convert

RGB5611484-
CMYK0.5100.260.55
HSL148.97º34.12%33.33%-
HSV(B)148.97º50.88%44.71%-
XYZ9.2513.5210.51-
YUV93.24122.78101.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=22.05%
G=44.88%
B=33.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114840.5100.260.55148.9734.1233.33
Hex3872543301A37952221
Octal7016212463032672254241
Binary1110001110010101010011001101101011011110010101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387254; }

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

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

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

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

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

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

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

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