#388654

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

Shades of Amazon #388654

Tints of Amazon #388654

Color information

#388654 (or 0x388654) is unknown color: approx Amazon. HEX triplet: 38, 86 and 54. RGB value is (56,134,84). Sum of RGB (Red+Green+Blue) = 56+134+84=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #388654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388654 is #C779AB. Grayscale: #696969. Windows color (decimal): -13072812 or 5539384. OLE color: 5539384.

HSL color Cylindrical-coordinate representation of color #388654: hue angle of 141.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388654 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB5613484-
CMYK0.5800.370.47
HSL141.54º41.05%37.25%-
HSV(B)141.54º58.21%52.55%-
XYZ11.7618.5311.34-
YUV104.98116.1693.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 84 (33.20% from 255) = 30.66%
R=20.44%
G=48.91%
B=30.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56134840.5800.370.47141.5441.0537.25
Hex3886543A0252F8e2925
Octal7020612472045572165145
Binary111000100001101010100111010010010110111110001110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388654; }

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

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

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

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

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

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

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

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